Html Css Color HEX #CC2095 Medium Violet Red

📋 copy color: '#CC2095'

red 204 ◦ green 32 ◦ blue 149

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

Shades of Medium Violet Red #CC2095

Tints of Medium Violet Red #CC2095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.31%

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

R = 52.99%
G = 8.31%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC2095 (or 0xCC2095) is known color: Medium Violet Red. HEX triplet: CC, 20 and 95. RGB value is (204,32,149). Sum of RGB (Red+Green+Blue) = 204+32+149=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2095 is #33DF6A. Grayscale: #606060. Windows color (decimal): -3399531 or 9773260. OLE color: 9773260.

HSL color Cylindrical-coordinate representation of color #CC2095: hue angle of 319.19º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2095 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 32 149 -
CMYK 0 0.84 0.27 0.2
HSL 319.19º 0.73% 0.46% -
HSV(B) 319.19º 0.84% 0.8% -
XYZ 30.84 16.04 29.9 -
YUV 96.77 157.48 204.49 -
System Red Green Blue C M Y K H S L
Decimal 204 32 149 0 0.84 0.27 0.2 319.19 0.73 0.46
Hex CC 20 95 0 54 1B 14 13F 49 2E
Octal 314 40 225 0 124 33 24 477 111 56
Binary 11001100 100000 10010101 0 1010100 11011 10100 100111111 1001001 101110

Color Harmonies of #CC2095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2095

Black with #CC2095

Text Example


Text Example

White with #CC2095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2095; }

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

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

background-color css

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

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

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

border-color css

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

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

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