Html Css Color HEX #CC1997 Medium Violet Red

📋 copy color: '#CC1997'

red 204 ◦ green 25 ◦ blue 151

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

Shades of Medium Violet Red #CC1997

Tints of Medium Violet Red #CC1997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.74%

R = 53.68%
G = 6.58%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC1997 (or 0xCC1997) is known color: Medium Violet Red. HEX triplet: CC, 19 and 97. RGB value is (204,25,151). Sum of RGB (Red+Green+Blue) = 204+25+151=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 151 (59.38% from 255 or 39.74% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1997 is #33E668. Grayscale: #5C5C5C. Windows color (decimal): -3401321 or 9902540. OLE color: 9902540.

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

Color convert

RGB 204 25 151 -
CMYK 0 0.88 0.26 0.2
HSL 317.77º 0.78% 0.45% -
HSV(B) 317.77º 0.88% 0.8% -
XYZ 30.84 15.77 30.7 -
YUV 92.89 160.8 207.25 -
System Red Green Blue C M Y K H S L
Decimal 204 25 151 0 0.88 0.26 0.2 317.77 0.78 0.45
Hex CC 19 97 0 58 1A 14 13E 4E 2D
Octal 314 31 227 0 130 32 24 476 116 55
Binary 11001100 11001 10010111 0 1011000 11010 10100 100111110 1001110 101101

Color Harmonies of #CC1997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1997

Black with #CC1997

Text Example


Text Example

White with #CC1997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1997; }

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

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

background-color css

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

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

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

border-color css

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

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

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