Html Css Color HEX #CC19CD Deep Magenta

📋 copy color: '#CC19CD'

red 204 ◦ green 25 ◦ blue 205

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

Shades of Deep Magenta #CC19CD

Tints of Deep Magenta #CC19CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 47%
G = 5.76%
B = 47.24%

CMYK

 C value IS 0.00

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC19CD (or 0xCC19CD) is known color: Deep Magenta. HEX triplet: CC, 19 and CD. RGB value is (204,25,205). Sum of RGB (Red+Green+Blue) = 204+25+205=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 25 (10.16% from 255 or 5.76% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC19CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC19CD is #33E632. Grayscale: #626262. Windows color (decimal): -3401267 or 13441484. OLE color: 13441484.

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

Color convert

RGB 204 25 205 -
CMYK 0.00 0.88 0 0.20
HSL 299.67º 0.78% 0.45% -
HSV(B) 299.67º 0.88% 0.8% -
XYZ 36.27 17.94 59.31 -
YUV 99.04 187.8 202.86 -
System Red Green Blue C M Y K H S L
Decimal 204 25 205 0.00 0.88 0 0.20 299.67 0.78 0.45
Hex CC 19 CD 0 58 0 14 12C 4E 2D
Octal 314 31 315 0 130 0 24 454 116 55
Binary 11001100 11001 11001101 0 1011000 0 10100 100101100 1001110 101101

Color Harmonies of #CC19CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC19CD

Black with #CC19CD

Text Example


Text Example

White with #CC19CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC19CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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