Html Css Color HEX #CC0CDC Deep Magenta

📋 copy color: '#CC0CDC'

red 204 ◦ green 12 ◦ blue 220

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

Shades of Deep Magenta #CC0CDC

Tints of Deep Magenta #CC0CDC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.75%

 BLUE value IS 220 (86.33% from 255) = 50.46%

R = 46.79%
G = 2.75%
B = 50.46%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC0CDC (or 0xCC0CDC) is known color: Deep Magenta. HEX triplet: CC, 0C and DC. RGB value is (204,12,220). Sum of RGB (Red+Green+Blue) = 204+12+220=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC0CDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0CDC is #33F323. Grayscale: #5C5C5C. Windows color (decimal): -3404580 or 14421196. OLE color: 14421196.

HSL color Cylindrical-coordinate representation of color #CC0CDC: hue angle of 295.38º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0CDC is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 12 220 -
CMYK 0.07 0.95 0 0.14
HSL 295.38º 0.9% 0.45% -
HSV(B) 295.38º 0.95% 0.86% -
XYZ 37.95 18.27 69.24 -
YUV 93.12 199.61 207.09 -
System Red Green Blue C M Y K H S L
Decimal 204 12 220 0.07 0.95 0 0.14 295.38 0.9 0.45
Hex CC C DC 7 5F 0 E 127 5A 2D
Octal 314 14 334 7 137 0 16 447 132 55
Binary 11001100 1100 11011100 111 1011111 0 1110 100100111 1011010 101101

Color Harmonies of #CC0CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0CDC

Black with #CC0CDC

Text Example


Text Example

White with #CC0CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0CDC; }

 p { color: rgb(204,12,220); }

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

background-color css

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

 a { background-color: rgb(204,12,220); }

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

border-color css

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

 span { border-color: rgb(204,12,220); }

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