Html Css Color HEX #C80183 Medium Violet Red

📋 copy color: '#C80183'

red 200 ◦ green 1 ◦ blue 131

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

Shades of Medium Violet Red #C80183

Tints of Medium Violet Red #C80183

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 60.24%
G = 0.3%
B = 39.46%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C80183 (or 0xC80183) is known color: Medium Violet Red. HEX triplet: C8, 01 and 83. RGB value is (200,1,131). Sum of RGB (Red+Green+Blue) = 200+1+131=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C80183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80183 is #37FE7C. Grayscale: #4B4B4B. Windows color (decimal): -3669629 or 8585672. OLE color: 8585672.

HSL color Cylindrical-coordinate representation of color #C80183: hue angle of 320.8º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80183 is Cyan = 0, Magento = 1.00, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 1 131 -
CMYK 0 1.00 0.34 0.22
HSL 320.8º 0.99% 0.39% -
HSV(B) 320.8º 1% 0.78% -
XYZ 27.93 13.94 22.69 -
YUV 75.32 159.43 216.93 -
System Red Green Blue C M Y K H S L
Decimal 200 1 131 0 1.00 0.34 0.22 320.8 0.99 0.39
Hex C8 1 83 0 64 22 16 141 63 27
Octal 310 1 203 0 144 42 26 501 143 47
Binary 11001000 1 10000011 0 1100100 100010 10110 101000001 1100011 100111

Color Harmonies of #C80183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80183

Black with #C80183

Text Example


Text Example

White with #C80183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80183; }

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

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

background-color css

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

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

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

border-color css

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

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

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