Html Css Color HEX #C20478 Medium Violet Red

📋 copy color: '#C20478'

red 194 ◦ green 4 ◦ blue 120

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

Shades of Medium Violet Red #C20478

Tints of Medium Violet Red #C20478

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.26%

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

R = 61.01%
G = 1.26%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C20478 (or 0xC20478) is known color: Medium Violet Red. HEX triplet: C2, 04 and 78. RGB value is (194,4,120). Sum of RGB (Red+Green+Blue) = 194+4+120=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C20478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20478 is #3DFB87. Grayscale: #494949. Windows color (decimal): -4062088 or 7865538. OLE color: 7865538.

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

Color convert

RGB 194 4 120 -
CMYK 0 0.98 0.38 0.24
HSL 323.37º 0.96% 0.39% -
HSV(B) 323.37º 0.98% 0.76% -
XYZ 25.68 12.91 18.91 -
YUV 74.03 153.95 213.57 -
System Red Green Blue C M Y K H S L
Decimal 194 4 120 0 0.98 0.38 0.24 323.37 0.96 0.39
Hex C2 4 78 0 62 26 18 143 60 27
Octal 302 4 170 0 142 46 30 503 140 47
Binary 11000010 100 1111000 0 1100010 100110 11000 101000011 1100000 100111

Color Harmonies of #C20478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20478

Black with #C20478

Text Example


Text Example

White with #C20478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20478; }

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

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

background-color css

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

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

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

border-color css

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

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

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