Html Css Color HEX #C80298 Medium Violet Red

📋 copy color: '#C80298'

red 200 ◦ green 2 ◦ blue 152

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

Shades of Medium Violet Red #C80298

Tints of Medium Violet Red #C80298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

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

R = 56.5%
G = 0.56%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C80298 (or 0xC80298) is known color: Medium Violet Red. HEX triplet: C8, 02 and 98. RGB value is (200,2,152). Sum of RGB (Red+Green+Blue) = 200+2+152=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C80298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80298 is #37FD67. Grayscale: #4D4D4D. Windows color (decimal): -3669352 or 9962184. OLE color: 9962184.

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

Color convert

RGB 200 2 152 -
CMYK 0 0.99 0.24 0.22
HSL 314.55º 0.98% 0.4% -
HSV(B) 314.55º 0.99% 0.78% -
XYZ 29.51 14.59 30.97 -
YUV 78.3 169.6 214.8 -
System Red Green Blue C M Y K H S L
Decimal 200 2 152 0 0.99 0.24 0.22 314.55 0.98 0.4
Hex C8 2 98 0 63 18 16 13B 62 28
Octal 310 2 230 0 143 30 26 473 142 50
Binary 11001000 10 10011000 0 1100011 11000 10110 100111011 1100010 101000

Color Harmonies of #C80298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80298

Black with #C80298

Text Example


Text Example

White with #C80298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80298; }

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

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

background-color css

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

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

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

border-color css

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

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

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