Html Css Color HEX #CC19CA Deep Magenta

📋 copy color: '#CC19CA'

red 204 ◦ green 25 ◦ blue 202

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

Shades of Deep Magenta #CC19CA

Tints of Deep Magenta #CC19CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.87%

R = 47.33%
G = 5.8%
B = 46.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC19CA (or 0xCC19CA) is known color: Deep Magenta. HEX triplet: CC, 19 and CA. RGB value is (204,25,202). Sum of RGB (Red+Green+Blue) = 204+25+202=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 25 (10.16% from 255 or 5.80% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC19CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC19CA is #33E635. Grayscale: #626262. Windows color (decimal): -3401270 or 13244876. OLE color: 13244876.

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

Color convert

RGB 204 25 202 -
CMYK 0 0.88 0.01 0.2
HSL 300.67º 0.78% 0.45% -
HSV(B) 300.67º 0.88% 0.8% -
XYZ 35.91 17.8 57.42 -
YUV 98.7 186.3 203.11 -
System Red Green Blue C M Y K H S L
Decimal 204 25 202 0 0.88 0.01 0.2 300.67 0.78 0.45
Hex CC 19 CA 0 58 1 14 12D 4E 2D
Octal 314 31 312 0 130 1 24 455 116 55
Binary 11001100 11001 11001010 0 1011000 1 10100 100101101 1001110 101101

Color Harmonies of #CC19CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC19CA

Black with #CC19CA

Text Example


Text Example

White with #CC19CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC19CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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