Html Css Color HEX #CC2271 Medium Violet Red

📋 copy color: '#CC2271'

red 204 ◦ green 34 ◦ blue 113

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

Shades of Medium Violet Red #CC2271

Tints of Medium Violet Red #CC2271

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.69%

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

R = 58.12%
G = 9.69%
B = 32.19%

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

#CC2271 (or 0xCC2271) is known color: Medium Violet Red. HEX triplet: CC, 22 and 71. RGB value is (204,34,113). Sum of RGB (Red+Green+Blue) = 204+34+113=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2271 is #33DD8E. Grayscale: #5D5D5D. Windows color (decimal): -3399055 or 7414476. OLE color: 7414476.

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

Color convert

RGB 204 34 113 -
CMYK 0 0.83 0.45 0.2
HSL 332.12º 0.71% 0.47% -
HSV(B) 332.12º 0.83% 0.8% -
XYZ 28.45 15.17 17.05 -
YUV 93.84 138.82 206.58 -
System Red Green Blue C M Y K H S L
Decimal 204 34 113 0 0.83 0.45 0.2 332.12 0.71 0.47
Hex CC 22 71 0 53 2D 14 14C 47 2F
Octal 314 42 161 0 123 55 24 514 107 57
Binary 11001100 100010 1110001 0 1010011 101101 10100 101001100 1000111 101111

Color Harmonies of #CC2271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2271

Black with #CC2271

Text Example


Text Example

White with #CC2271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2271; }

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

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

background-color css

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

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

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

border-color css

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

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

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