Html Css Color HEX #CC1176 Medium Violet Red

📋 copy color: '#CC1176'

red 204 ◦ green 17 ◦ blue 118

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

Shades of Medium Violet Red #CC1176

Tints of Medium Violet Red #CC1176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.81%

R = 60.18%
G = 5.01%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC1176 (or 0xCC1176) is known color: Medium Violet Red. HEX triplet: CC, 11 and 76. RGB value is (204,17,118). Sum of RGB (Red+Green+Blue) = 204+17+118=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1176 is #33EE89. Grayscale: #545454. Windows color (decimal): -3403402 or 7737804. OLE color: 7737804.

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

Color convert

RGB 204 17 118 -
CMYK 0 0.92 0.42 0.2
HSL 327.59º 0.85% 0.43% -
HSV(B) 327.59º 0.92% 0.8% -
XYZ 28.37 14.55 18.45 -
YUV 84.43 146.95 213.29 -
System Red Green Blue C M Y K H S L
Decimal 204 17 118 0 0.92 0.42 0.2 327.59 0.85 0.43
Hex CC 11 76 0 5C 2A 14 148 55 2B
Octal 314 21 166 0 134 52 24 510 125 53
Binary 11001100 10001 1110110 0 1011100 101010 10100 101001000 1010101 101011

Color Harmonies of #CC1176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1176

Black with #CC1176

Text Example


Text Example

White with #CC1176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1176; }

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

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

background-color css

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

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

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

border-color css

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

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

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