Html Css Color HEX #CB00AA Deep Magenta

📋 copy color: '#CB00AA'

red 203 ◦ green 0 ◦ blue 170

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

Shades of Deep Magenta #CB00AA

Tints of Deep Magenta #CB00AA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.42%
G = 0%
B = 45.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB00AA (or 0xCB00AA) is known color: Deep Magenta. HEX triplet: CB, 00 and AA. RGB value is (203,0,170). Sum of RGB (Red+Green+Blue) = 203+0+170=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB00AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB00AA is #34FF55. Grayscale: #4F4F4F. Windows color (decimal): -3473238 or 11141323. OLE color: 11141323.

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

Color convert

RGB 203 0 170 -
CMYK 0 1 0.16 0.20
HSL 309.75º 1% 0.4% -
HSV(B) 309.75º 1% 0.8% -
XYZ 31.88 15.6 39.36 -
YUV 80.08 178.75 215.68 -
System Red Green Blue C M Y K H S L
Decimal 203 0 170 0 1 0.16 0.20 309.75 1 0.4
Hex CB 0 AA 0 64 10 14 136 64 28
Octal 313 0 252 0 144 20 24 466 144 50
Binary 11001011 0 10101010 0 1100100 10000 10100 100110110 1100100 101000

Color Harmonies of #CB00AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB00AA

Black with #CB00AA

Text Example


Text Example

White with #CB00AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB00AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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