Html Css Color HEX #C80190 Medium Violet Red

📋 copy color: '#C80190'

red 200 ◦ green 1 ◦ blue 144

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

Shades of Medium Violet Red #C80190

Tints of Medium Violet Red #C80190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.74%

R = 57.97%
G = 0.29%
B = 41.74%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C80190 (or 0xC80190) is known color: Medium Violet Red. HEX triplet: C8, 01 and 90. RGB value is (200,1,144). Sum of RGB (Red+Green+Blue) = 200+1+144=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C80190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80190 is #37FE6F. Grayscale: #4C4C4C. Windows color (decimal): -3669616 or 9437640. OLE color: 9437640.

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

Color convert

RGB 200 1 144 -
CMYK 0 1.00 0.28 0.22
HSL 316.88º 0.99% 0.39% -
HSV(B) 316.88º 1% 0.78% -
XYZ 28.86 14.31 27.63 -
YUV 76.8 165.93 215.87 -
System Red Green Blue C M Y K H S L
Decimal 200 1 144 0 1.00 0.28 0.22 316.88 0.99 0.39
Hex C8 1 90 0 64 1C 16 13D 63 27
Octal 310 1 220 0 144 34 26 475 143 47
Binary 11001000 1 10010000 0 1100100 11100 10110 100111101 1100011 100111

Color Harmonies of #C80190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80190

Black with #C80190

Text Example


Text Example

White with #C80190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80190; }

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

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

background-color css

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

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

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

border-color css

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

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

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