Html Css Color HEX #CB04AA Deep Magenta

📋 copy color: '#CB04AA'

red 203 ◦ green 4 ◦ blue 170

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

Shades of Deep Magenta #CB04AA

Tints of Deep Magenta #CB04AA

RGB

 RED value IS 203 (79.69% from 255) = 53.85%

 GREEN value IS 4 (1.95% from 255) = 1.06%

 BLUE value IS 170 (66.8% from 255) = 45.09%

R = 53.85%
G = 1.06%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB04AA (or 0xCB04AA) is known color: Deep Magenta. HEX triplet: CB, 04 and AA. RGB value is (203,4,170). Sum of RGB (Red+Green+Blue) = 203+4+170=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB04AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB04AA is #34FB55. Grayscale: #515151. Windows color (decimal): -3472214 or 11142347. OLE color: 11142347.

HSL color Cylindrical-coordinate representation of color #CB04AA: hue angle of 309.95º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB04AA is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 4 170 -
CMYK 0 0.98 0.16 0.20
HSL 309.95º 0.96% 0.41% -
HSV(B) 309.95º 0.98% 0.8% -
XYZ 31.93 15.69 39.38 -
YUV 82.43 177.43 214 -
System Red Green Blue C M Y K H S L
Decimal 203 4 170 0 0.98 0.16 0.20 309.95 0.96 0.41
Hex CB 4 AA 0 62 10 14 136 60 29
Octal 313 4 252 0 142 20 24 466 140 51
Binary 11001011 100 10101010 0 1100010 10000 10100 100110110 1100000 101001

Color Harmonies of #CB04AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB04AA

Black with #CB04AA

Text Example


Text Example

White with #CB04AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB04AA; }

 p { color: rgb(203,4,170); }

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

background-color css

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

 a { background-color: rgb(203,4,170); }

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

border-color css

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

 span { border-color: rgb(203,4,170); }

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