Html Css Color HEX #CC2270 Medium Violet Red

📋 copy color: '#CC2270'

red 204 ◦ green 34 ◦ blue 112

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

Shades of Medium Violet Red #CC2270

Tints of Medium Violet Red #CC2270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32%

R = 58.29%
G = 9.71%
B = 32%

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

#CC2270 (or 0xCC2270) is known color: Medium Violet Red. HEX triplet: CC, 22 and 70. RGB value is (204,34,112). Sum of RGB (Red+Green+Blue) = 204+34+112=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2270 is #33DD8F. Grayscale: #5D5D5D. Windows color (decimal): -3399056 or 7348940. OLE color: 7348940.

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

Color convert

RGB 204 34 112 -
CMYK 0 0.83 0.45 0.2
HSL 332.47º 0.71% 0.47% -
HSV(B) 332.47º 0.83% 0.8% -
XYZ 28.4 15.15 16.76 -
YUV 93.72 138.32 206.66 -
System Red Green Blue C M Y K H S L
Decimal 204 34 112 0 0.83 0.45 0.2 332.47 0.71 0.47
Hex CC 22 70 0 53 2D 14 14C 47 2F
Octal 314 42 160 0 123 55 24 514 107 57
Binary 11001100 100010 1110000 0 1010011 101101 10100 101001100 1000111 101111

Color Harmonies of #CC2270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2270

Black with #CC2270

Text Example


Text Example

White with #CC2270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2270; }

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

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

background-color css

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

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

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

border-color css

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

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

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