Html Css Color HEX #CC19DC Deep Magenta

📋 copy color: '#CC19DC'

red 204 ◦ green 25 ◦ blue 220

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

Shades of Deep Magenta #CC19DC

Tints of Deep Magenta #CC19DC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.57%

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

R = 45.43%
G = 5.57%
B = 49%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC19DC (or 0xCC19DC) is known color: Deep Magenta. HEX triplet: CC, 19 and DC. RGB value is (204,25,220). Sum of RGB (Red+Green+Blue) = 204+25+220=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 25 (10.16% from 255 or 5.57% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC19DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC19DC is #33E623. Grayscale: #646464. Windows color (decimal): -3401252 or 14424524. OLE color: 14424524.

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

Color convert

RGB 204 25 220 -
CMYK 0.07 0.89 0 0.14
HSL 295.08º 0.8% 0.48% -
HSV(B) 295.08º 0.89% 0.86% -
XYZ 38.17 18.7 69.31 -
YUV 100.75 195.3 201.64 -
System Red Green Blue C M Y K H S L
Decimal 204 25 220 0.07 0.89 0 0.14 295.08 0.8 0.48
Hex CC 19 DC 7 59 0 E 127 50 30
Octal 314 31 334 7 131 0 16 447 120 60
Binary 11001100 11001 11011100 111 1011001 0 1110 100100111 1010000 110000

Color Harmonies of #CC19DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC19DC

Black with #CC19DC

Text Example


Text Example

White with #CC19DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC19DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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