Html Css Color HEX #CC1995 Medium Violet Red

📋 copy color: '#CC1995'

red 204 ◦ green 25 ◦ blue 149

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

Shades of Medium Violet Red #CC1995

Tints of Medium Violet Red #CC1995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.42%

R = 53.97%
G = 6.61%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC1995 (or 0xCC1995) is known color: Medium Violet Red. HEX triplet: CC, 19 and 95. RGB value is (204,25,149). Sum of RGB (Red+Green+Blue) = 204+25+149=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1995 is #33E66A. Grayscale: #5C5C5C. Windows color (decimal): -3401323 or 9771468. OLE color: 9771468.

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

Color convert

RGB 204 25 149 -
CMYK 0 0.88 0.27 0.2
HSL 318.44º 0.78% 0.45% -
HSV(B) 318.44º 0.88% 0.8% -
XYZ 30.67 15.7 29.85 -
YUV 92.66 159.8 207.42 -
System Red Green Blue C M Y K H S L
Decimal 204 25 149 0 0.88 0.27 0.2 318.44 0.78 0.45
Hex CC 19 95 0 58 1B 14 13E 4E 2D
Octal 314 31 225 0 130 33 24 476 116 55
Binary 11001100 11001 10010101 0 1011000 11011 10100 100111110 1001110 101101

Color Harmonies of #CC1995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1995

Black with #CC1995

Text Example


Text Example

White with #CC1995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1995; }

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

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

background-color css

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

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

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

border-color css

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

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

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