Html Css Color HEX #CC1771 Medium Violet Red

📋 copy color: '#CC1771'

red 204 ◦ green 23 ◦ blue 113

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

Shades of Medium Violet Red #CC1771

Tints of Medium Violet Red #CC1771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.76%

 BLUE value IS 113 (44.53% from 255) = 33.24%

R = 60%
G = 6.76%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC1771 (or 0xCC1771) is known color: Medium Violet Red. HEX triplet: CC, 17 and 71. RGB value is (204,23,113). Sum of RGB (Red+Green+Blue) = 204+23+113=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1771 is #33E88E. Grayscale: #575757. Windows color (decimal): -3401871 or 7411660. OLE color: 7411660.

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

Color convert

RGB 204 23 113 -
CMYK 0 0.89 0.45 0.2
HSL 330.17º 0.8% 0.45% -
HSV(B) 330.17º 0.89% 0.8% -
XYZ 28.19 14.64 16.96 -
YUV 87.38 142.47 211.18 -
System Red Green Blue C M Y K H S L
Decimal 204 23 113 0 0.89 0.45 0.2 330.17 0.8 0.45
Hex CC 17 71 0 59 2D 14 14A 50 2D
Octal 314 27 161 0 131 55 24 512 120 55
Binary 11001100 10111 1110001 0 1011001 101101 10100 101001010 1010000 101101

Color Harmonies of #CC1771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1771

Black with #CC1771

Text Example


Text Example

White with #CC1771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1771; }

 p { color: rgb(204,23,113); }

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

background-color css

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

 a { background-color: rgb(204,23,113); }

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

border-color css

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

 span { border-color: rgb(204,23,113); }

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