Html Css Color HEX #CC19AA Medium Violet Red

📋 copy color: '#CC19AA'

red 204 ◦ green 25 ◦ blue 170

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

Shades of Medium Violet Red #CC19AA

Tints of Medium Violet Red #CC19AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.61%

R = 51.13%
G = 6.27%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC19AA (or 0xCC19AA) is known color: Medium Violet Red. HEX triplet: CC, 19 and AA. RGB value is (204,25,170). Sum of RGB (Red+Green+Blue) = 204+25+170=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC19AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC19AA is #33E655. Grayscale: #5E5E5E. Windows color (decimal): -3401302 or 11147724. OLE color: 11147724.

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

Color convert

RGB 204 25 170 -
CMYK 0 0.88 0.17 0.2
HSL 311.4º 0.78% 0.45% -
HSV(B) 311.4º 0.88% 0.8% -
XYZ 32.51 16.43 39.49 -
YUV 95.05 170.3 205.71 -
System Red Green Blue C M Y K H S L
Decimal 204 25 170 0 0.88 0.17 0.2 311.4 0.78 0.45
Hex CC 19 AA 0 58 11 14 137 4E 2D
Octal 314 31 252 0 130 21 24 467 116 55
Binary 11001100 11001 10101010 0 1011000 10001 10100 100110111 1001110 101101

Color Harmonies of #CC19AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC19AA

Black with #CC19AA

Text Example


Text Example

White with #CC19AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC19AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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