Html Css Color HEX #C20070 Medium Violet Red

📋 copy color: '#C20070'

red 194 ◦ green 0 ◦ blue 112

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

Shades of Medium Violet Red #C20070

Tints of Medium Violet Red #C20070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.4%
G = 0%
B = 36.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C20070 (or 0xC20070) is known color: Medium Violet Red. HEX triplet: C2, 00 and 70. RGB value is (194,0,112). Sum of RGB (Red+Green+Blue) = 194+0+112=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C20070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20070 is #3DFF8F. Grayscale: #464646. Windows color (decimal): -4063120 or 7340226. OLE color: 7340226.

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

Color convert

RGB 194 0 112 -
CMYK 0 1 0.42 0.24
HSL 325.36º 1% 0.38% -
HSV(B) 325.36º 1% 0.76% -
XYZ 25.17 12.64 16.44 -
YUV 70.77 151.27 215.89 -
System Red Green Blue C M Y K H S L
Decimal 194 0 112 0 1 0.42 0.24 325.36 1 0.38
Hex C2 0 70 0 64 2A 18 145 64 26
Octal 302 0 160 0 144 52 30 505 144 46
Binary 11000010 0 1110000 0 1100100 101010 11000 101000101 1100100 100110

Color Harmonies of #C20070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20070

Black with #C20070

Text Example


Text Example

White with #C20070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20070; }

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

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

background-color css

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

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

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

border-color css

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

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

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