Html Css Color HEX #CC2071 Medium Violet Red

📋 copy color: '#CC2071'

red 204 ◦ green 32 ◦ blue 113

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

Shades of Medium Violet Red #CC2071

Tints of Medium Violet Red #CC2071

RGB

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

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

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

R = 58.45%
G = 9.17%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC2071 (or 0xCC2071) is known color: Medium Violet Red. HEX triplet: CC, 20 and 71. RGB value is (204,32,113). Sum of RGB (Red+Green+Blue) = 204+32+113=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2071 is #33DF8E. Grayscale: #5C5C5C. Windows color (decimal): -3399567 or 7413964. OLE color: 7413964.

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

Color convert

RGB 204 32 113 -
CMYK 0 0.84 0.45 0.2
HSL 331.74º 0.73% 0.46% -
HSV(B) 331.74º 0.84% 0.8% -
XYZ 28.4 15.06 17.03 -
YUV 92.66 139.48 207.41 -
System Red Green Blue C M Y K H S L
Decimal 204 32 113 0 0.84 0.45 0.2 331.74 0.73 0.46
Hex CC 20 71 0 54 2D 14 14C 49 2E
Octal 314 40 161 0 124 55 24 514 111 56
Binary 11001100 100000 1110001 0 1010100 101101 10100 101001100 1001001 101110

Color Harmonies of #CC2071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2071

Black with #CC2071

Text Example


Text Example

White with #CC2071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2071; }

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

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

background-color css

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

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

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

border-color css

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

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

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