Html Css Color HEX #C20175 Medium Violet Red

📋 copy color: '#C20175'

red 194 ◦ green 1 ◦ blue 117

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

Shades of Medium Violet Red #C20175

Tints of Medium Violet Red #C20175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.5%

R = 62.18%
G = 0.32%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C20175 (or 0xC20175) is known color: Medium Violet Red. HEX triplet: C2, 01 and 75. RGB value is (194,1,117). Sum of RGB (Red+Green+Blue) = 194+1+117=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C20175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20175 is #3DFE8A. Grayscale: #474747. Windows color (decimal): -4062859 or 7668162. OLE color: 7668162.

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

Color convert

RGB 194 1 117 -
CMYK 0 0.99 0.40 0.24
HSL 323.94º 0.99% 0.38% -
HSV(B) 323.94º 0.99% 0.76% -
XYZ 25.47 12.78 17.95 -
YUV 71.93 153.44 215.07 -
System Red Green Blue C M Y K H S L
Decimal 194 1 117 0 0.99 0.40 0.24 323.94 0.99 0.38
Hex C2 1 75 0 63 28 18 144 63 26
Octal 302 1 165 0 143 50 30 504 143 46
Binary 11000010 1 1110101 0 1100011 101000 11000 101000100 1100011 100110

Color Harmonies of #C20175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20175

Black with #C20175

Text Example


Text Example

White with #C20175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20175; }

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

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

background-color css

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

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

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

border-color css

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

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

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