Html Css Color HEX #C80783 Medium Violet Red

📋 copy color: '#C80783'

red 200 ◦ green 7 ◦ blue 131

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

Shades of Medium Violet Red #C80783

Tints of Medium Violet Red #C80783

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.07%

 BLUE value IS 131 (51.56% from 255) = 38.76%

R = 59.17%
G = 2.07%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C80783 (or 0xC80783) is known color: Medium Violet Red. HEX triplet: C8, 07 and 83. RGB value is (200,7,131). Sum of RGB (Red+Green+Blue) = 200+7+131=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C80783 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80783 is #37F87C. Grayscale: #4E4E4E. Windows color (decimal): -3668093 or 8587208. OLE color: 8587208.

HSL color Cylindrical-coordinate representation of color #C80783: hue angle of 321.45º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80783 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 7 131 -
CMYK 0 0.96 0.34 0.22
HSL 321.45º 0.93% 0.41% -
HSV(B) 321.45º 0.97% 0.78% -
XYZ 27.99 14.07 22.71 -
YUV 78.84 157.44 214.42 -
System Red Green Blue C M Y K H S L
Decimal 200 7 131 0 0.96 0.34 0.22 321.45 0.93 0.41
Hex C8 7 83 0 60 22 16 141 5D 29
Octal 310 7 203 0 140 42 26 501 135 51
Binary 11001000 111 10000011 0 1100000 100010 10110 101000001 1011101 101001

Color Harmonies of #C80783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80783

Black with #C80783

Text Example


Text Example

White with #C80783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80783; }

 p { color: rgb(200,7,131); }

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

background-color css

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

 a { background-color: rgb(200,7,131); }

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

border-color css

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

 span { border-color: rgb(200,7,131); }

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