Html Css Color HEX #CC09AB Deep Magenta

📋 copy color: '#CC09AB'

red 204 ◦ green 9 ◦ blue 171

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

Shades of Deep Magenta #CC09AB

Tints of Deep Magenta #CC09AB

RGB

 RED value IS 204 (80.08% from 255) = 53.13%

 GREEN value IS 9 (3.91% from 255) = 2.34%

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

R = 53.13%
G = 2.34%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC09AB (or 0xCC09AB) is known color: Deep Magenta. HEX triplet: CC, 09 and AB. RGB value is (204,9,171). Sum of RGB (Red+Green+Blue) = 204+9+171=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC09AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC09AB is #33F654. Grayscale: #555555. Windows color (decimal): -3405397 or 11209164. OLE color: 11209164.

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

Color convert

RGB 204 9 171 -
CMYK 0 0.96 0.16 0.2
HSL 310.15º 0.92% 0.42% -
HSV(B) 310.15º 0.96% 0.8% -
XYZ 32.35 15.97 39.91 -
YUV 85.77 176.1 212.33 -
System Red Green Blue C M Y K H S L
Decimal 204 9 171 0 0.96 0.16 0.2 310.15 0.92 0.42
Hex CC 9 AB 0 60 10 14 136 5C 2A
Octal 314 11 253 0 140 20 24 466 134 52
Binary 11001100 1001 10101011 0 1100000 10000 10100 100110110 1011100 101010

Color Harmonies of #CC09AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC09AB

Black with #CC09AB

Text Example


Text Example

White with #CC09AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC09AB; }

 p { color: rgb(204,9,171); }

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

background-color css

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

 a { background-color: rgb(204,9,171); }

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

border-color css

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

 span { border-color: rgb(204,9,171); }

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