Html Css Color HEX #C20178 Medium Violet Red

📋 copy color: '#C20178'

red 194 ◦ green 1 ◦ blue 120

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

Shades of Medium Violet Red #C20178

Tints of Medium Violet Red #C20178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.1%

R = 61.59%
G = 0.32%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C20178 (or 0xC20178) is known color: Medium Violet Red. HEX triplet: C2, 01 and 78. RGB value is (194,1,120). Sum of RGB (Red+Green+Blue) = 194+1+120=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C20178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20178 is #3DFE87. Grayscale: #474747. Windows color (decimal): -4062856 or 7864770. OLE color: 7864770.

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

Color convert

RGB 194 1 120 -
CMYK 0 0.99 0.38 0.24
HSL 323.01º 0.99% 0.38% -
HSV(B) 323.01º 0.99% 0.76% -
XYZ 25.65 12.85 18.9 -
YUV 72.27 154.94 214.82 -
System Red Green Blue C M Y K H S L
Decimal 194 1 120 0 0.99 0.38 0.24 323.01 0.99 0.38
Hex C2 1 78 0 63 26 18 143 63 26
Octal 302 1 170 0 143 46 30 503 143 46
Binary 11000010 1 1111000 0 1100011 100110 11000 101000011 1100011 100110

Color Harmonies of #C20178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20178

Black with #C20178

Text Example


Text Example

White with #C20178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20178; }

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

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

background-color css

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

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

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

border-color css

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

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

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