Html Css Color HEX #CC14DC Deep Magenta

📋 copy color: '#CC14DC'

red 204 ◦ green 20 ◦ blue 220

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

Shades of Deep Magenta #CC14DC

Tints of Deep Magenta #CC14DC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.5%

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

R = 45.95%
G = 4.5%
B = 49.55%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC14DC (or 0xCC14DC) is known color: Deep Magenta. HEX triplet: CC, 14 and DC. RGB value is (204,20,220). Sum of RGB (Red+Green+Blue) = 204+20+220=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 20 (8.20% from 255 or 4.50% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC14DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC14DC is #33EB23. Grayscale: #616161. Windows color (decimal): -3402532 or 14423244. OLE color: 14423244.

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

Color convert

RGB 204 20 220 -
CMYK 0.07 0.91 0 0.14
HSL 295.2º 0.83% 0.47% -
HSV(B) 295.2º 0.91% 0.86% -
XYZ 38.07 18.5 69.28 -
YUV 97.82 196.96 203.74 -
System Red Green Blue C M Y K H S L
Decimal 204 20 220 0.07 0.91 0 0.14 295.2 0.83 0.47
Hex CC 14 DC 7 5B 0 E 127 53 2F
Octal 314 24 334 7 133 0 16 447 123 57
Binary 11001100 10100 11011100 111 1011011 0 1110 100100111 1010011 101111

Color Harmonies of #CC14DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC14DC

Black with #CC14DC

Text Example


Text Example

White with #CC14DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC14DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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