Html Css Color HEX #C20370 Medium Violet Red

📋 copy color: '#C20370'

red 194 ◦ green 3 ◦ blue 112

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

Shades of Medium Violet Red #C20370

Tints of Medium Violet Red #C20370

RGB

 RED value IS 194 (76.17% from 255) = 62.78%

 GREEN value IS 3 (1.56% from 255) = 0.97%

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

R = 62.78%
G = 0.97%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C20370 (or 0xC20370) is known color: Medium Violet Red. HEX triplet: C2, 03 and 70. RGB value is (194,3,112). Sum of RGB (Red+Green+Blue) = 194+3+112=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C20370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20370 is #3DFC8F. Grayscale: #484848. Windows color (decimal): -4062352 or 7340994. OLE color: 7340994.

HSL color Cylindrical-coordinate representation of color #C20370: hue angle of 325.76º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20370 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 3 112 -
CMYK 0 0.98 0.42 0.24
HSL 325.76º 0.97% 0.39% -
HSV(B) 325.76º 0.98% 0.76% -
XYZ 25.21 12.7 16.45 -
YUV 72.54 150.28 214.64 -
System Red Green Blue C M Y K H S L
Decimal 194 3 112 0 0.98 0.42 0.24 325.76 0.97 0.39
Hex C2 3 70 0 62 2A 18 146 61 27
Octal 302 3 160 0 142 52 30 506 141 47
Binary 11000010 11 1110000 0 1100010 101010 11000 101000110 1100001 100111

Color Harmonies of #C20370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20370

Black with #C20370

Text Example


Text Example

White with #C20370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20370; }

 p { color: rgb(194,3,112); }

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

background-color css

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

 a { background-color: rgb(194,3,112); }

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

border-color css

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

 span { border-color: rgb(194,3,112); }

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