Html Css Color HEX #CC06CB Deep Magenta

📋 copy color: '#CC06CB'

red 204 ◦ green 6 ◦ blue 203

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

Shades of Deep Magenta #CC06CB

Tints of Deep Magenta #CC06CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.15%

R = 49.39%
G = 1.45%
B = 49.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC06CB (or 0xCC06CB) is known color: Deep Magenta. HEX triplet: CC, 06 and CB. RGB value is (204,6,203). Sum of RGB (Red+Green+Blue) = 204+6+203=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 6 (2.73% from 255 or 1.45% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC06CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC06CB is #33F934. Grayscale: #575757. Windows color (decimal): -3406133 or 13305548. OLE color: 13305548.

HSL color Cylindrical-coordinate representation of color #CC06CB: hue angle of 300.3º 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 #CC06CB is Cyan = 0, Magento = 0.97, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 6 203 -
CMYK 0 0.97 0.00 0.2
HSL 300.3º 0.94% 0.41% -
HSV(B) 300.3º 0.97% 0.8% -
XYZ 35.75 17.28 57.95 -
YUV 87.66 193.1 210.98 -
System Red Green Blue C M Y K H S L
Decimal 204 6 203 0 0.97 0.00 0.2 300.3 0.94 0.41
Hex CC 6 CB 0 61 0 14 12C 5E 29
Octal 314 6 313 0 141 0 24 454 136 51
Binary 11001100 110 11001011 0 1100001 0 10100 100101100 1011110 101001

Color Harmonies of #CC06CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC06CB

Black with #CC06CB

Text Example


Text Example

White with #CC06CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC06CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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