Html Css Color HEX #CC06D8 Deep Magenta

📋 copy color: '#CC06D8'

red 204 ◦ green 6 ◦ blue 216

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

Shades of Deep Magenta #CC06D8

Tints of Deep Magenta #CC06D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 50.7%

R = 47.89%
G = 1.41%
B = 50.7%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC06D8 (or 0xCC06D8) is known color: Deep Magenta. HEX triplet: CC, 06 and D8. RGB value is (204,6,216). Sum of RGB (Red+Green+Blue) = 204+6+216=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 6 (2.73% from 255 or 1.41% from 426); Blue value is 216 (84.77% from 255 or 50.70% from 426); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC06D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC06D8 is #33F927. Grayscale: #585858. Windows color (decimal): -3406120 or 14157516. OLE color: 14157516.

HSL color Cylindrical-coordinate representation of color #CC06D8: hue angle of 296.57º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC06D8 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 6 216 -
CMYK 0.06 0.97 0 0.15
HSL 296.57º 0.95% 0.44% -
HSV(B) 296.57º 0.97% 0.85% -
XYZ 37.36 17.93 66.46 -
YUV 89.14 199.6 209.92 -
System Red Green Blue C M Y K H S L
Decimal 204 6 216 0.06 0.97 0 0.15 296.57 0.95 0.44
Hex CC 6 D8 6 61 0 F 129 5F 2C
Octal 314 6 330 6 141 0 17 451 137 54
Binary 11001100 110 11011000 110 1100001 0 1111 100101001 1011111 101100

Color Harmonies of #CC06D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC06D8

Black with #CC06D8

Text Example


Text Example

White with #CC06D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC06D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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