Html Css Color HEX #CC06C9 Deep Magenta

📋 copy color: '#CC06C9'

red 204 ◦ green 6 ◦ blue 201

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

Shades of Deep Magenta #CC06C9

Tints of Deep Magenta #CC06C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.91%

R = 49.64%
G = 1.46%
B = 48.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC06C9 (or 0xCC06C9) is known color: Deep Magenta. HEX triplet: CC, 06 and C9. RGB value is (204,6,201). Sum of RGB (Red+Green+Blue) = 204+6+201=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 6 (2.73% from 255 or 1.46% from 411); Blue value is 201 (78.91% from 255 or 48.91% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC06C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC06C9 is #33F936. Grayscale: #565656. Windows color (decimal): -3406135 or 13174476. OLE color: 13174476.

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

Color convert

RGB 204 6 201 -
CMYK 0 0.97 0.01 0.2
HSL 300.91º 0.94% 0.41% -
HSV(B) 300.91º 0.97% 0.8% -
XYZ 35.51 17.18 56.7 -
YUV 87.43 192.1 211.14 -
System Red Green Blue C M Y K H S L
Decimal 204 6 201 0 0.97 0.01 0.2 300.91 0.94 0.41
Hex CC 6 C9 0 61 1 14 12D 5E 29
Octal 314 6 311 0 141 1 24 455 136 51
Binary 11001100 110 11001001 0 1100001 1 10100 100101101 1011110 101001

Color Harmonies of #CC06C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC06C9

Black with #CC06C9

Text Example


Text Example

White with #CC06C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC06C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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