Html Css Color HEX #C80092 Medium Violet Red

📋 copy color: '#C80092'

red 200 ◦ green 0 ◦ blue 146

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

Shades of Medium Violet Red #C80092

Tints of Medium Violet Red #C80092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.2%

R = 57.8%
G = 0%
B = 42.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C80092 (or 0xC80092) is known color: Medium Violet Red. HEX triplet: C8, 00 and 92. RGB value is (200,0,146). Sum of RGB (Red+Green+Blue) = 200+0+146=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C80092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80092 is #37FF6D. Grayscale: #4C4C4C. Windows color (decimal): -3669870 or 9568456. OLE color: 9568456.

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

Color convert

RGB 200 0 146 -
CMYK 0 1 0.27 0.22
HSL 316.2º 1% 0.39% -
HSV(B) 316.2º 1% 0.78% -
XYZ 29.01 14.35 28.44 -
YUV 76.44 167.26 216.13 -
System Red Green Blue C M Y K H S L
Decimal 200 0 146 0 1 0.27 0.22 316.2 1 0.39
Hex C8 0 92 0 64 1B 16 13C 64 27
Octal 310 0 222 0 144 33 26 474 144 47
Binary 11001000 0 10010010 0 1100100 11011 10110 100111100 1100100 100111

Color Harmonies of #C80092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80092

Black with #C80092

Text Example


Text Example

White with #C80092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80092; }

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

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

background-color css

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

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

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

border-color css

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

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

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