Html Css Color HEX #CC19AC Medium Violet Red

📋 copy color: '#CC19AC'

red 204 ◦ green 25 ◦ blue 172

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

Shades of Medium Violet Red #CC19AC

Tints of Medium Violet Red #CC19AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.89%

R = 50.87%
G = 6.23%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC19AC (or 0xCC19AC) is known color: Medium Violet Red. HEX triplet: CC, 19 and AC. RGB value is (204,25,172). Sum of RGB (Red+Green+Blue) = 204+25+172=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC19AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC19AC is #33E653. Grayscale: #5E5E5E. Windows color (decimal): -3401300 or 11278796. OLE color: 11278796.

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

Color convert

RGB 204 25 172 -
CMYK 0 0.88 0.16 0.2
HSL 310.73º 0.78% 0.45% -
HSV(B) 310.73º 0.88% 0.8% -
XYZ 32.7 16.51 40.49 -
YUV 95.28 171.3 205.55 -
System Red Green Blue C M Y K H S L
Decimal 204 25 172 0 0.88 0.16 0.2 310.73 0.78 0.45
Hex CC 19 AC 0 58 10 14 137 4E 2D
Octal 314 31 254 0 130 20 24 467 116 55
Binary 11001100 11001 10101100 0 1011000 10000 10100 100110111 1001110 101101

Color Harmonies of #CC19AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC19AC

Black with #CC19AC

Text Example


Text Example

White with #CC19AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC19AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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