Html Css Color HEX #C80594 Medium Violet Red

📋 copy color: '#C80594'

red 200 ◦ green 5 ◦ blue 148

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

Shades of Medium Violet Red #C80594

Tints of Medium Violet Red #C80594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.42%

 BLUE value IS 148 (58.2% from 255) = 41.93%

R = 56.66%
G = 1.42%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C80594 (or 0xC80594) is known color: Medium Violet Red. HEX triplet: C8, 05 and 94. RGB value is (200,5,148). Sum of RGB (Red+Green+Blue) = 200+5+148=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C80594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80594 is #37FA6B. Grayscale: #4F4F4F. Windows color (decimal): -3668588 or 9700808. OLE color: 9700808.

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

Color convert

RGB 200 5 148 -
CMYK 0 0.98 0.26 0.22
HSL 316º 0.95% 0.4% -
HSV(B) 316º 0.98% 0.78% -
XYZ 29.22 14.53 29.28 -
YUV 79.61 166.6 213.87 -
System Red Green Blue C M Y K H S L
Decimal 200 5 148 0 0.98 0.26 0.22 316 0.95 0.4
Hex C8 5 94 0 62 1A 16 13C 5F 28
Octal 310 5 224 0 142 32 26 474 137 50
Binary 11001000 101 10010100 0 1100010 11010 10110 100111100 1011111 101000

Color Harmonies of #C80594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80594

Black with #C80594

Text Example


Text Example

White with #C80594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80594; }

 p { color: rgb(200,5,148); }

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

background-color css

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

 a { background-color: rgb(200,5,148); }

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

border-color css

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

 span { border-color: rgb(200,5,148); }

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