Html Css Color HEX #C20498 Medium Violet Red

📋 copy color: '#C20498'

red 194 ◦ green 4 ◦ blue 152

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

Shades of Medium Violet Red #C20498

Tints of Medium Violet Red #C20498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.43%

R = 55.43%
G = 1.14%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C20498 (or 0xC20498) is known color: Medium Violet Red. HEX triplet: C2, 04 and 98. RGB value is (194,4,152). Sum of RGB (Red+Green+Blue) = 194+4+152=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C20498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20498 is #3DFB67. Grayscale: #4D4D4D. Windows color (decimal): -4062056 or 9962690. OLE color: 9962690.

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

Color convert

RGB 194 4 152 -
CMYK 0 0.98 0.22 0.24
HSL 313.26º 0.96% 0.39% -
HSV(B) 313.26º 0.98% 0.76% -
XYZ 27.96 13.82 30.9 -
YUV 77.68 169.95 210.97 -
System Red Green Blue C M Y K H S L
Decimal 194 4 152 0 0.98 0.22 0.24 313.26 0.96 0.39
Hex C2 4 98 0 62 16 18 139 60 27
Octal 302 4 230 0 142 26 30 471 140 47
Binary 11000010 100 10011000 0 1100010 10110 11000 100111001 1100000 100111

Color Harmonies of #C20498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20498

Black with #C20498

Text Example


Text Example

White with #C20498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20498; }

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

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

background-color css

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

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

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

border-color css

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

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

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