Html Css Color HEX #C80098 Medium Violet Red

📋 copy color: '#C80098'

red 200 ◦ green 0 ◦ blue 152

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

Shades of Medium Violet Red #C80098

Tints of Medium Violet Red #C80098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.82%
G = 0%
B = 43.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C80098 (or 0xC80098) is known color: Medium Violet Red. HEX triplet: C8, 00 and 98. RGB value is (200,0,152). Sum of RGB (Red+Green+Blue) = 200+0+152=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C80098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80098 is #37FF67. Grayscale: #4C4C4C. Windows color (decimal): -3669864 or 9961672. OLE color: 9961672.

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

Color convert

RGB 200 0 152 -
CMYK 0 1 0.24 0.22
HSL 314.4º 1% 0.39% -
HSV(B) 314.4º 1% 0.78% -
XYZ 29.49 14.55 30.96 -
YUV 77.13 170.26 215.64 -
System Red Green Blue C M Y K H S L
Decimal 200 0 152 0 1 0.24 0.22 314.4 1 0.39
Hex C8 0 98 0 64 18 16 13A 64 27
Octal 310 0 230 0 144 30 26 472 144 47
Binary 11001000 0 10011000 0 1100100 11000 10110 100111010 1100100 100111

Color Harmonies of #C80098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80098

Black with #C80098

Text Example


Text Example

White with #C80098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80098; }

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

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

background-color css

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

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

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

border-color css

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

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

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