Html Css Color HEX #CC19CE Deep Magenta

📋 copy color: '#CC19CE'

red 204 ◦ green 25 ◦ blue 206

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

Shades of Deep Magenta #CC19CE

Tints of Deep Magenta #CC19CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.36%

R = 46.9%
G = 5.75%
B = 47.36%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC19CE (or 0xCC19CE) is known color: Deep Magenta. HEX triplet: CC, 19 and CE. RGB value is (204,25,206). Sum of RGB (Red+Green+Blue) = 204+25+206=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 25 (10.16% from 255 or 5.75% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC19CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC19CE is #33E631. Grayscale: #626262. Windows color (decimal): -3401266 or 13507020. OLE color: 13507020.

HSL color Cylindrical-coordinate representation of color #CC19CE: hue angle of 299.34º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC19CE is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 25 206 -
CMYK 0.01 0.88 0 0.19
HSL 299.34º 0.78% 0.45% -
HSV(B) 299.34º 0.88% 0.81% -
XYZ 36.39 17.99 59.95 -
YUV 99.16 188.3 202.78 -
System Red Green Blue C M Y K H S L
Decimal 204 25 206 0.01 0.88 0 0.19 299.34 0.78 0.45
Hex CC 19 CE 1 58 0 13 12B 4E 2D
Octal 314 31 316 1 130 0 23 453 116 55
Binary 11001100 11001 11001110 1 1011000 0 10011 100101011 1001110 101101

Color Harmonies of #CC19CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC19CE

Black with #CC19CE

Text Example


Text Example

White with #CC19CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC19CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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