Html Css Color HEX #CC2370 Medium Violet Red

📋 copy color: '#CC2370'

red 204 ◦ green 35 ◦ blue 112

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

Shades of Medium Violet Red #CC2370

Tints of Medium Violet Red #CC2370

RGB

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

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

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

R = 58.12%
G = 9.97%
B = 31.91%

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

#CC2370 (or 0xCC2370) is known color: Medium Violet Red. HEX triplet: CC, 23 and 70. RGB value is (204,35,112). Sum of RGB (Red+Green+Blue) = 204+35+112=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 35 (14.06% from 255 or 9.97% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2370 is #33DC8F. Grayscale: #5E5E5E. Windows color (decimal): -3398800 or 7349196. OLE color: 7349196.

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

Color convert

RGB 204 35 112 -
CMYK 0 0.83 0.45 0.2
HSL 332.66º 0.71% 0.47% -
HSV(B) 332.66º 0.83% 0.8% -
XYZ 28.43 15.21 16.77 -
YUV 94.31 137.99 206.24 -
System Red Green Blue C M Y K H S L
Decimal 204 35 112 0 0.83 0.45 0.2 332.66 0.71 0.47
Hex CC 23 70 0 53 2D 14 14D 47 2F
Octal 314 43 160 0 123 55 24 515 107 57
Binary 11001100 100011 1110000 0 1010011 101101 10100 101001101 1000111 101111

Color Harmonies of #CC2370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2370

Black with #CC2370

Text Example


Text Example

White with #CC2370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2370; }

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

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

background-color css

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

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

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

border-color css

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

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

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