Html Css Color HEX #CC0FDC Deep Magenta

📋 copy color: '#CC0FDC'

red 204 ◦ green 15 ◦ blue 220

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

Shades of Deep Magenta #CC0FDC

Tints of Deep Magenta #CC0FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.42%

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

R = 46.47%
G = 3.42%
B = 50.11%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC0FDC (or 0xCC0FDC) is known color: Deep Magenta. HEX triplet: CC, 0F and DC. RGB value is (204,15,220). Sum of RGB (Red+Green+Blue) = 204+15+220=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 15 (6.25% from 255 or 3.42% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC0FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0FDC is #33F023. Grayscale: #5E5E5E. Windows color (decimal): -3403812 or 14421964. OLE color: 14421964.

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

Color convert

RGB 204 15 220 -
CMYK 0.07 0.93 0 0.14
HSL 295.32º 0.87% 0.46% -
HSV(B) 295.32º 0.93% 0.86% -
XYZ 37.99 18.35 69.25 -
YUV 94.88 198.62 205.83 -
System Red Green Blue C M Y K H S L
Decimal 204 15 220 0.07 0.93 0 0.14 295.32 0.87 0.46
Hex CC F DC 7 5D 0 E 127 57 2E
Octal 314 17 334 7 135 0 16 447 127 56
Binary 11001100 1111 11011100 111 1011101 0 1110 100100111 1010111 101110

Color Harmonies of #CC0FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0FDC

Black with #CC0FDC

Text Example


Text Example

White with #CC0FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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