Html Css Color HEX #C20978 Medium Violet Red

📋 copy color: '#C20978'

red 194 ◦ green 9 ◦ blue 120

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

Shades of Medium Violet Red #C20978

Tints of Medium Violet Red #C20978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.79%

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

R = 60.06%
G = 2.79%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C20978 (or 0xC20978) is known color: Medium Violet Red. HEX triplet: C2, 09 and 78. RGB value is (194,9,120). Sum of RGB (Red+Green+Blue) = 194+9+120=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C20978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20978 is #3DF687. Grayscale: #4C4C4C. Windows color (decimal): -4060808 or 7866818. OLE color: 7866818.

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

Color convert

RGB 194 9 120 -
CMYK 0 0.95 0.38 0.24
HSL 324º 0.91% 0.4% -
HSV(B) 324º 0.95% 0.76% -
XYZ 25.74 13.02 18.93 -
YUV 76.97 152.29 211.47 -
System Red Green Blue C M Y K H S L
Decimal 194 9 120 0 0.95 0.38 0.24 324 0.91 0.4
Hex C2 9 78 0 5F 26 18 144 5B 28
Octal 302 11 170 0 137 46 30 504 133 50
Binary 11000010 1001 1111000 0 1011111 100110 11000 101000100 1011011 101000

Color Harmonies of #C20978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20978

Black with #C20978

Text Example


Text Example

White with #C20978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20978; }

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

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

background-color css

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

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

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

border-color css

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

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

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