Html Css Color HEX #CC1999 Medium Violet Red

📋 copy color: '#CC1999'

red 204 ◦ green 25 ◦ blue 153

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

Shades of Medium Violet Red #CC1999

Tints of Medium Violet Red #CC1999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.05%

R = 53.4%
G = 6.54%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC1999 (or 0xCC1999) is known color: Medium Violet Red. HEX triplet: CC, 19 and 99. RGB value is (204,25,153). Sum of RGB (Red+Green+Blue) = 204+25+153=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1999 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1999 is #33E666. Grayscale: #5C5C5C. Windows color (decimal): -3401319 or 10033612. OLE color: 10033612.

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

Color convert

RGB 204 25 153 -
CMYK 0 0.88 0.25 0.2
HSL 317.1º 0.78% 0.45% -
HSV(B) 317.1º 0.88% 0.8% -
XYZ 31 15.83 31.56 -
YUV 93.11 161.8 207.09 -
System Red Green Blue C M Y K H S L
Decimal 204 25 153 0 0.88 0.25 0.2 317.1 0.78 0.45
Hex CC 19 99 0 58 19 14 13D 4E 2D
Octal 314 31 231 0 130 31 24 475 116 55
Binary 11001100 11001 10011001 0 1011000 11001 10100 100111101 1001110 101101

Color Harmonies of #CC1999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1999

Black with #CC1999

Text Example


Text Example

White with #CC1999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1999; }

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

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

background-color css

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

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

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

border-color css

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

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

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