Html Css Color HEX #CB0CAA Deep Magenta

📋 copy color: '#CB0CAA'

red 203 ◦ green 12 ◦ blue 170

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

Shades of Deep Magenta #CB0CAA

Tints of Deep Magenta #CB0CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.12%

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

R = 52.73%
G = 3.12%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB0CAA (or 0xCB0CAA) is known color: Deep Magenta. HEX triplet: CB, 0C and AA. RGB value is (203,12,170). Sum of RGB (Red+Green+Blue) = 203+12+170=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0CAA is #34F355. Grayscale: #565656. Windows color (decimal): -3470166 or 11144395. OLE color: 11144395.

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

Color convert

RGB 203 12 170 -
CMYK 0 0.94 0.16 0.20
HSL 310.37º 0.89% 0.42% -
HSV(B) 310.37º 0.94% 0.8% -
XYZ 32.02 15.86 39.4 -
YUV 87.12 174.78 210.65 -
System Red Green Blue C M Y K H S L
Decimal 203 12 170 0 0.94 0.16 0.20 310.37 0.89 0.42
Hex CB C AA 0 5E 10 14 136 59 2A
Octal 313 14 252 0 136 20 24 466 131 52
Binary 11001011 1100 10101010 0 1011110 10000 10100 100110110 1011001 101010

Color Harmonies of #CB0CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0CAA

Black with #CB0CAA

Text Example


Text Example

White with #CB0CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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