Html Css Color HEX #C80582 Medium Violet Red

📋 copy color: '#C80582'

red 200 ◦ green 5 ◦ blue 130

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

Shades of Medium Violet Red #C80582

Tints of Medium Violet Red #C80582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.81%

R = 59.7%
G = 1.49%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C80582 (or 0xC80582) is known color: Medium Violet Red. HEX triplet: C8, 05 and 82. RGB value is (200,5,130). Sum of RGB (Red+Green+Blue) = 200+5+130=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C80582 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80582 is #37FA7D. Grayscale: #4D4D4D. Windows color (decimal): -3668606 or 8521160. OLE color: 8521160.

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

Color convert

RGB 200 5 130 -
CMYK 0 0.98 0.35 0.22
HSL 321.54º 0.95% 0.4% -
HSV(B) 321.54º 0.98% 0.78% -
XYZ 27.9 14 22.35 -
YUV 77.56 157.6 215.34 -
System Red Green Blue C M Y K H S L
Decimal 200 5 130 0 0.98 0.35 0.22 321.54 0.95 0.4
Hex C8 5 82 0 62 23 16 142 5F 28
Octal 310 5 202 0 142 43 26 502 137 50
Binary 11001000 101 10000010 0 1100010 100011 10110 101000010 1011111 101000

Color Harmonies of #C80582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80582

Black with #C80582

Text Example


Text Example

White with #C80582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80582; }

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

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

background-color css

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

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

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

border-color css

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

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

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