Html Css Color HEX #C20470 Medium Violet Red

📋 copy color: '#C20470'

red 194 ◦ green 4 ◦ blue 112

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

Shades of Medium Violet Red #C20470

Tints of Medium Violet Red #C20470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.29%

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

R = 62.58%
G = 1.29%
B = 36.13%

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

#C20470 (or 0xC20470) is known color: Medium Violet Red. HEX triplet: C2, 04 and 70. RGB value is (194,4,112). Sum of RGB (Red+Green+Blue) = 194+4+112=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C20470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20470 is #3DFB8F. Grayscale: #484848. Windows color (decimal): -4062096 or 7341250. OLE color: 7341250.

HSL color Cylindrical-coordinate representation of color #C20470: hue angle of 325.89º degrees, saturation: 0.96, 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 #C20470 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 4 112 -
CMYK 0 0.98 0.42 0.24
HSL 325.89º 0.96% 0.39% -
HSV(B) 325.89º 0.98% 0.76% -
XYZ 25.22 12.73 16.46 -
YUV 73.12 149.95 214.22 -
System Red Green Blue C M Y K H S L
Decimal 194 4 112 0 0.98 0.42 0.24 325.89 0.96 0.39
Hex C2 4 70 0 62 2A 18 146 60 27
Octal 302 4 160 0 142 52 30 506 140 47
Binary 11000010 100 1110000 0 1100010 101010 11000 101000110 1100000 100111

Color Harmonies of #C20470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20470

Black with #C20470

Text Example


Text Example

White with #C20470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20470; }

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

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

background-color css

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

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

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

border-color css

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

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

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