Html Css Color HEX #C80091 Medium Violet Red

📋 copy color: '#C80091'

red 200 ◦ green 0 ◦ blue 145

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

Shades of Medium Violet Red #C80091

Tints of Medium Violet Red #C80091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 145 (57.03% from 255) = 42.03%

R = 57.97%
G = 0%
B = 42.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C80091 (or 0xC80091) is known color: Medium Violet Red. HEX triplet: C8, 00 and 91. RGB value is (200,0,145). Sum of RGB (Red+Green+Blue) = 200+0+145=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C80091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80091 is #37FF6E. Grayscale: #4B4B4B. Windows color (decimal): -3669871 or 9502920. OLE color: 9502920.

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

Color convert

RGB 200 0 145 -
CMYK 0 1 0.28 0.22
HSL 316.5º 1% 0.39% -
HSV(B) 316.5º 1% 0.78% -
XYZ 28.93 14.32 28.03 -
YUV 76.33 166.76 216.21 -
System Red Green Blue C M Y K H S L
Decimal 200 0 145 0 1 0.28 0.22 316.5 1 0.39
Hex C8 0 91 0 64 1C 16 13C 64 27
Octal 310 0 221 0 144 34 26 474 144 47
Binary 11001000 0 10010001 0 1100100 11100 10110 100111100 1100100 100111

Color Harmonies of #C80091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80091

Black with #C80091

Text Example


Text Example

White with #C80091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80091; }

 p { color: rgb(200,0,145); }

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

background-color css

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

 a { background-color: rgb(200,0,145); }

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

border-color css

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

 span { border-color: rgb(200,0,145); }

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