Html Css Color HEX #C20173 Medium Violet Red

📋 copy color: '#C20173'

red 194 ◦ green 1 ◦ blue 115

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

Shades of Medium Violet Red #C20173

Tints of Medium Violet Red #C20173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.1%

R = 62.58%
G = 0.32%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C20173 (or 0xC20173) is known color: Medium Violet Red. HEX triplet: C2, 01 and 73. RGB value is (194,1,115). Sum of RGB (Red+Green+Blue) = 194+1+115=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C20173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20173 is #3DFE8C. Grayscale: #474747. Windows color (decimal): -4062861 or 7537090. OLE color: 7537090.

HSL color Cylindrical-coordinate representation of color #C20173: hue angle of 324.56º 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 #C20173 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 1 115 -
CMYK 0 0.99 0.41 0.24
HSL 324.56º 0.99% 0.38% -
HSV(B) 324.56º 0.99% 0.76% -
XYZ 25.35 12.73 17.34 -
YUV 71.7 152.44 215.23 -
System Red Green Blue C M Y K H S L
Decimal 194 1 115 0 0.99 0.41 0.24 324.56 0.99 0.38
Hex C2 1 73 0 63 29 18 145 63 26
Octal 302 1 163 0 143 51 30 505 143 46
Binary 11000010 1 1110011 0 1100011 101001 11000 101000101 1100011 100110

Color Harmonies of #C20173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20173

Black with #C20173

Text Example


Text Example

White with #C20173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20173; }

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

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

background-color css

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

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

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

border-color css

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

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

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