Html Css Color HEX #CC2371 Medium Violet Red

📋 copy color: '#CC2371'

red 204 ◦ green 35 ◦ blue 113

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

Shades of Medium Violet Red #CC2371

Tints of Medium Violet Red #CC2371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.94%

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

R = 57.95%
G = 9.94%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC2371 (or 0xCC2371) is known color: Medium Violet Red. HEX triplet: CC, 23 and 71. RGB value is (204,35,113). Sum of RGB (Red+Green+Blue) = 204+35+113=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2371 is #33DC8E. Grayscale: #5E5E5E. Windows color (decimal): -3398799 or 7414732. OLE color: 7414732.

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

Color convert

RGB 204 35 113 -
CMYK 0 0.83 0.45 0.2
HSL 332.31º 0.71% 0.47% -
HSV(B) 332.31º 0.83% 0.8% -
XYZ 28.48 15.23 17.06 -
YUV 94.42 138.49 206.16 -
System Red Green Blue C M Y K H S L
Decimal 204 35 113 0 0.83 0.45 0.2 332.31 0.71 0.47
Hex CC 23 71 0 53 2D 14 14C 47 2F
Octal 314 43 161 0 123 55 24 514 107 57
Binary 11001100 100011 1110001 0 1010011 101101 10100 101001100 1000111 101111

Color Harmonies of #CC2371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2371

Black with #CC2371

Text Example


Text Example

White with #CC2371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2371; }

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

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

background-color css

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

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

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

border-color css

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

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

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