Html Css Color HEX #CC2191 Medium Violet Red

📋 copy color: '#CC2191'

red 204 ◦ green 33 ◦ blue 145

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

Shades of Medium Violet Red #CC2191

Tints of Medium Violet Red #CC2191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.64%

 BLUE value IS 145 (57.03% from 255) = 37.96%

R = 53.4%
G = 8.64%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC2191 (or 0xCC2191) is known color: Medium Violet Red. HEX triplet: CC, 21 and 91. RGB value is (204,33,145). Sum of RGB (Red+Green+Blue) = 204+33+145=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2191 is #33DE6E. Grayscale: #606060. Windows color (decimal): -3399279 or 9511372. OLE color: 9511372.

HSL color Cylindrical-coordinate representation of color #CC2191: hue angle of 320.7º degrees, saturation: 0.72, 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 #CC2191 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 33 145 -
CMYK 0 0.84 0.29 0.2
HSL 320.7º 0.72% 0.46% -
HSV(B) 320.7º 0.84% 0.8% -
XYZ 30.56 15.97 28.26 -
YUV 96.9 155.15 204.39 -
System Red Green Blue C M Y K H S L
Decimal 204 33 145 0 0.84 0.29 0.2 320.7 0.72 0.46
Hex CC 21 91 0 54 1D 14 141 48 2E
Octal 314 41 221 0 124 35 24 501 110 56
Binary 11001100 100001 10010001 0 1010100 11101 10100 101000001 1001000 101110

Color Harmonies of #CC2191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2191

Black with #CC2191

Text Example


Text Example

White with #CC2191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2191; }

 p { color: rgb(204,33,145); }

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

background-color css

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

 a { background-color: rgb(204,33,145); }

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

border-color css

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

 span { border-color: rgb(204,33,145); }

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