Html Css Color HEX #CC19AD Deep Magenta

📋 copy color: '#CC19AD'

red 204 ◦ green 25 ◦ blue 173

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

Shades of Deep Magenta #CC19AD

Tints of Deep Magenta #CC19AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.03%

R = 50.75%
G = 6.22%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC19AD (or 0xCC19AD) is known color: Deep Magenta. HEX triplet: CC, 19 and AD. RGB value is (204,25,173). Sum of RGB (Red+Green+Blue) = 204+25+173=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC19AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC19AD is #33E652. Grayscale: #5E5E5E. Windows color (decimal): -3401299 or 11344332. OLE color: 11344332.

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

Color convert

RGB 204 25 173 -
CMYK 0 0.88 0.15 0.2
HSL 310.39º 0.78% 0.45% -
HSV(B) 310.39º 0.88% 0.8% -
XYZ 32.79 16.55 41 -
YUV 95.39 171.8 205.47 -
System Red Green Blue C M Y K H S L
Decimal 204 25 173 0 0.88 0.15 0.2 310.39 0.78 0.45
Hex CC 19 AD 0 58 F 14 136 4E 2D
Octal 314 31 255 0 130 17 24 466 116 55
Binary 11001100 11001 10101101 0 1011000 1111 10100 100110110 1001110 101101

Color Harmonies of #CC19AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC19AD

Black with #CC19AD

Text Example


Text Example

White with #CC19AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC19AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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