Html Css Color HEX #C20170 Medium Violet Red

📋 copy color: '#C20170'

red 194 ◦ green 1 ◦ blue 112

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

Shades of Medium Violet Red #C20170

Tints of Medium Violet Red #C20170

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 63.19%
G = 0.33%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C20170 (or 0xC20170) is known color: Medium Violet Red. HEX triplet: C2, 01 and 70. RGB value is (194,1,112). Sum of RGB (Red+Green+Blue) = 194+1+112=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C20170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20170 is #3DFE8F. Grayscale: #474747. Windows color (decimal): -4062864 or 7340482. OLE color: 7340482.

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

Color convert

RGB 194 1 112 -
CMYK 0 0.99 0.42 0.24
HSL 325.49º 0.99% 0.38% -
HSV(B) 325.49º 0.99% 0.76% -
XYZ 25.18 12.66 16.45 -
YUV 71.36 150.94 215.47 -
System Red Green Blue C M Y K H S L
Decimal 194 1 112 0 0.99 0.42 0.24 325.49 0.99 0.38
Hex C2 1 70 0 63 2A 18 145 63 26
Octal 302 1 160 0 143 52 30 505 143 46
Binary 11000010 1 1110000 0 1100011 101010 11000 101000101 1100011 100110

Color Harmonies of #C20170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20170

Black with #C20170

Text Example


Text Example

White with #C20170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20170; }

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

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

background-color css

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

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

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

border-color css

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

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

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