Html Css Color HEX #C50BAB Deep Magenta

📋 copy color: '#C50BAB'

red 197 ◦ green 11 ◦ blue 171

#C50BAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #C50BAB

Tints of Deep Magenta #C50BAB

RGB

 RED value IS 197 (77.34% from 255) = 51.98%

 GREEN value IS 11 (4.69% from 255) = 2.9%

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 51.98%
G = 2.9%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C50BAB (or 0xC50BAB) is known color: Deep Magenta. HEX triplet: C5, 0B and AB. RGB value is (197,11,171). Sum of RGB (Red+Green+Blue) = 197+11+171=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C50BAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50BAB is #3AF454. Grayscale: #545454. Windows color (decimal): -3863637 or 11209669. OLE color: 11209669.

HSL color Cylindrical-coordinate representation of color #C50BAB: hue angle of 308.39º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50BAB is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 11 171 -
CMYK 0 0.94 0.13 0.23
HSL 308.39º 0.89% 0.41% -
HSV(B) 308.39º 0.94% 0.77% -
XYZ 30.5 15.05 39.83 -
YUV 84.85 176.62 207.99 -
System Red Green Blue C M Y K H S L
Decimal 197 11 171 0 0.94 0.13 0.23 308.39 0.89 0.41
Hex C5 B AB 0 5E D 17 134 59 29
Octal 305 13 253 0 136 15 27 464 131 51
Binary 11000101 1011 10101011 0 1011110 1101 10111 100110100 1011001 101001

Color Harmonies of #C50BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50BAB

Black with #C50BAB

Text Example


Text Example

White with #C50BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50BAB; }

 p { color: rgb(197,11,171); }

 H1.HeaderClassName
 {
   color: #C50BAB;
 }
 .AnyTagClassName
 {
   color: #C50BAB;
 }
</style>

background-color css

<style>
 a { background-color: #C50BAB; }

 a { background-color: rgb(197,11,171); }

 div.DivClassName
 {
   background-color: #C50BAB;
 }
 .BgClassName
 {
   background-color: #C50BAB;
 }
</style>

border-color css

<style>
 span { border-color: #C50BAB; }

 span { border-color: rgb(197,11,171); }

 td.TdClassName
 {
   border-color: #C50BAB;
 }
 .TagClassName
 {
   border-color: #C50BAB;
 }
</style>