Html Css Color HEX #C80498 Medium Violet Red

📋 copy color: '#C80498'

red 200 ◦ green 4 ◦ blue 152

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

Shades of Medium Violet Red #C80498

Tints of Medium Violet Red #C80498

RGB

 RED value IS 200 (78.52% from 255) = 56.18%

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

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

R = 56.18%
G = 1.12%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C80498 (or 0xC80498) is known color: Medium Violet Red. HEX triplet: C8, 04 and 98. RGB value is (200,4,152). Sum of RGB (Red+Green+Blue) = 200+4+152=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C80498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80498 is #37FB67. Grayscale: #4F4F4F. Windows color (decimal): -3668840 or 9962696. OLE color: 9962696.

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

Color convert

RGB 200 4 152 -
CMYK 0 0.98 0.24 0.22
HSL 314.69º 0.96% 0.4% -
HSV(B) 314.69º 0.98% 0.78% -
XYZ 29.53 14.63 30.97 -
YUV 79.48 168.93 213.97 -
System Red Green Blue C M Y K H S L
Decimal 200 4 152 0 0.98 0.24 0.22 314.69 0.96 0.4
Hex C8 4 98 0 62 18 16 13B 60 28
Octal 310 4 230 0 142 30 26 473 140 50
Binary 11001000 100 10011000 0 1100010 11000 10110 100111011 1100000 101000

Color Harmonies of #C80498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80498

Black with #C80498

Text Example


Text Example

White with #C80498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80498; }

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

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

background-color css

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

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

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

border-color css

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

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

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