Html Css Color HEX #CC1191 Medium Violet Red

📋 copy color: '#CC1191'

red 204 ◦ green 17 ◦ blue 145

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

Shades of Medium Violet Red #CC1191

Tints of Medium Violet Red #CC1191

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.64%

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

R = 55.74%
G = 4.64%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC1191 (or 0xCC1191) is known color: Medium Violet Red. HEX triplet: CC, 11 and 91. RGB value is (204,17,145). Sum of RGB (Red+Green+Blue) = 204+17+145=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1191 is #33EE6E. Grayscale: #575757. Windows color (decimal): -3403375 or 9507276. OLE color: 9507276.

HSL color Cylindrical-coordinate representation of color #CC1191: hue angle of 318.93º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1191 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 17 145 -
CMYK 0 0.92 0.29 0.2
HSL 318.93º 0.85% 0.43% -
HSV(B) 318.93º 0.92% 0.8% -
XYZ 30.21 15.28 28.15 -
YUV 87.51 160.45 211.09 -
System Red Green Blue C M Y K H S L
Decimal 204 17 145 0 0.92 0.29 0.2 318.93 0.85 0.43
Hex CC 11 91 0 5C 1D 14 13F 55 2B
Octal 314 21 221 0 134 35 24 477 125 53
Binary 11001100 10001 10010001 0 1011100 11101 10100 100111111 1010101 101011

Color Harmonies of #CC1191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1191

Black with #CC1191

Text Example


Text Example

White with #CC1191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1191; }

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

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

background-color css

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

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

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

border-color css

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

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

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