Html Css Color HEX #CC06BB Deep Magenta

📋 copy color: '#CC06BB'

red 204 ◦ green 6 ◦ blue 187

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

Shades of Deep Magenta #CC06BB

Tints of Deep Magenta #CC06BB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.51%

 BLUE value IS 187 (73.44% from 255) = 47.1%

R = 51.39%
G = 1.51%
B = 47.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC06BB (or 0xCC06BB) is known color: Deep Magenta. HEX triplet: CC, 06 and BB. RGB value is (204,6,187). Sum of RGB (Red+Green+Blue) = 204+6+187=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC06BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC06BB is #33F944. Grayscale: #555555. Windows color (decimal): -3406149 or 12256972. OLE color: 12256972.

HSL color Cylindrical-coordinate representation of color #CC06BB: hue angle of 305.15º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC06BB is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 6 187 -
CMYK 0 0.97 0.08 0.2
HSL 305.15º 0.94% 0.41% -
HSV(B) 305.15º 0.97% 0.8% -
XYZ 33.94 16.56 48.42 -
YUV 85.84 185.1 212.28 -
System Red Green Blue C M Y K H S L
Decimal 204 6 187 0 0.97 0.08 0.2 305.15 0.94 0.41
Hex CC 6 BB 0 61 8 14 131 5E 29
Octal 314 6 273 0 141 10 24 461 136 51
Binary 11001100 110 10111011 0 1100001 1000 10100 100110001 1011110 101001

Color Harmonies of #CC06BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC06BB

Black with #CC06BB

Text Example


Text Example

White with #CC06BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC06BB; }

 p { color: rgb(204,6,187); }

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

background-color css

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

 a { background-color: rgb(204,6,187); }

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

border-color css

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

 span { border-color: rgb(204,6,187); }

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