Html Css Color HEX #CC19A1 Medium Violet Red

📋 copy color: '#CC19A1'

red 204 ◦ green 25 ◦ blue 161

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

Shades of Medium Violet Red #CC19A1

Tints of Medium Violet Red #CC19A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 41.28%

R = 52.31%
G = 6.41%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CC19A1 (or 0xCC19A1) is known color: Medium Violet Red. HEX triplet: CC, 19 and A1. RGB value is (204,25,161). Sum of RGB (Red+Green+Blue) = 204+25+161=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 161 (63.28% from 255 or 41.28% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC19A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC19A1 is #33E65E. Grayscale: #5D5D5D. Windows color (decimal): -3401311 or 10557900. OLE color: 10557900.

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

Color convert

RGB 204 25 161 -
CMYK 0 0.88 0.21 0.2
HSL 314.41º 0.78% 0.45% -
HSV(B) 314.41º 0.88% 0.8% -
XYZ 31.68 16.11 35.16 -
YUV 94.03 165.8 206.44 -
System Red Green Blue C M Y K H S L
Decimal 204 25 161 0 0.88 0.21 0.2 314.41 0.78 0.45
Hex CC 19 A1 0 58 15 14 13A 4E 2D
Octal 314 31 241 0 130 25 24 472 116 55
Binary 11001100 11001 10100001 0 1011000 10101 10100 100111010 1001110 101101

Color Harmonies of #CC19A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC19A1

Black with #CC19A1

Text Example


Text Example

White with #CC19A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC19A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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