Html Css Color HEX #CC19CC Deep Magenta

📋 copy color: '#CC19CC'

red 204 ◦ green 25 ◦ blue 204

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

Shades of Deep Magenta #CC19CC

Tints of Deep Magenta #CC19CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 47.11%
G = 5.77%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC19CC (or 0xCC19CC) is known color: Deep Magenta. HEX triplet: CC, 19 and CC. RGB value is (204,25,204). Sum of RGB (Red+Green+Blue) = 204+25+204=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 25 (10.16% from 255 or 5.77% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC19CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC19CC is #33E633. Grayscale: #626262. Windows color (decimal): -3401268 or 13375948. OLE color: 13375948.

HSL color Cylindrical-coordinate representation of color #CC19CC: hue angle of 300º 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 #CC19CC is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 25 204 -
CMYK 0 0.88 0 0.2
HSL 300º 0.78% 0.45% -
HSV(B) 300º 0.88% 0.8% -
XYZ 36.15 17.89 58.68 -
YUV 98.93 187.3 202.95 -
System Red Green Blue C M Y K H S L
Decimal 204 25 204 0 0.88 0 0.2 300 0.78 0.45
Hex CC 19 CC 0 58 0 14 12C 4E 2D
Octal 314 31 314 0 130 0 24 454 116 55
Binary 11001100 11001 11001100 0 1011000 0 10100 100101100 1001110 101101

Color Harmonies of #CC19CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC19CC

Black with #CC19CC

Text Example


Text Example

White with #CC19CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC19CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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