Html Css Color HEX #C80483 Medium Violet Red

📋 copy color: '#C80483'

red 200 ◦ green 4 ◦ blue 131

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

Shades of Medium Violet Red #C80483

Tints of Medium Violet Red #C80483

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

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

R = 59.7%
G = 1.19%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C80483 (or 0xC80483) is known color: Medium Violet Red. HEX triplet: C8, 04 and 83. RGB value is (200,4,131). Sum of RGB (Red+Green+Blue) = 200+4+131=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C80483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80483 is #37FB7C. Grayscale: #4C4C4C. Windows color (decimal): -3668861 or 8586440. OLE color: 8586440.

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

Color convert

RGB 200 4 131 -
CMYK 0 0.98 0.34 0.22
HSL 321.12º 0.96% 0.4% -
HSV(B) 321.12º 0.98% 0.78% -
XYZ 27.96 14 22.7 -
YUV 77.08 158.43 215.67 -
System Red Green Blue C M Y K H S L
Decimal 200 4 131 0 0.98 0.34 0.22 321.12 0.96 0.4
Hex C8 4 83 0 62 22 16 141 60 28
Octal 310 4 203 0 142 42 26 501 140 50
Binary 11001000 100 10000011 0 1100010 100010 10110 101000001 1100000 101000

Color Harmonies of #C80483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80483

Black with #C80483

Text Example


Text Example

White with #C80483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80483; }

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

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

background-color css

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

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

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

border-color css

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

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

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