Html Css Color HEX #C80392 Medium Violet Red

📋 copy color: '#C80392'

red 200 ◦ green 3 ◦ blue 146

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

Shades of Medium Violet Red #C80392

Tints of Medium Violet Red #C80392

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.86%

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

R = 57.31%
G = 0.86%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C80392 (or 0xC80392) is known color: Medium Violet Red. HEX triplet: C8, 03 and 92. RGB value is (200,3,146). Sum of RGB (Red+Green+Blue) = 200+3+146=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C80392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80392 is #37FC6D. Grayscale: #4D4D4D. Windows color (decimal): -3669102 or 9569224. OLE color: 9569224.

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

Color convert

RGB 200 3 146 -
CMYK 0 0.98 0.27 0.22
HSL 316.45º 0.97% 0.4% -
HSV(B) 316.45º 0.99% 0.78% -
XYZ 29.04 14.42 28.45 -
YUV 78.21 166.27 214.87 -
System Red Green Blue C M Y K H S L
Decimal 200 3 146 0 0.98 0.27 0.22 316.45 0.97 0.4
Hex C8 3 92 0 62 1B 16 13C 61 28
Octal 310 3 222 0 142 33 26 474 141 50
Binary 11001000 11 10010010 0 1100010 11011 10110 100111100 1100001 101000

Color Harmonies of #C80392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80392

Black with #C80392

Text Example


Text Example

White with #C80392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80392; }

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

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

background-color css

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

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

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

border-color css

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

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

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