Html Css Color HEX #C80195 Medium Violet Red

📋 copy color: '#C80195'

red 200 ◦ green 1 ◦ blue 149

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

Shades of Medium Violet Red #C80195

Tints of Medium Violet Red #C80195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.57%

R = 57.14%
G = 0.29%
B = 42.57%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C80195 (or 0xC80195) is known color: Medium Violet Red. HEX triplet: C8, 01 and 95. RGB value is (200,1,149). Sum of RGB (Red+Green+Blue) = 200+1+149=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C80195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80195 is #37FE6A. Grayscale: #4C4C4C. Windows color (decimal): -3669611 or 9765320. OLE color: 9765320.

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

Color convert

RGB 200 1 149 -
CMYK 0 1.00 0.26 0.22
HSL 315.38º 0.99% 0.39% -
HSV(B) 315.38º 1% 0.78% -
XYZ 29.26 14.47 29.69 -
YUV 77.37 168.43 215.47 -
System Red Green Blue C M Y K H S L
Decimal 200 1 149 0 1.00 0.26 0.22 315.38 0.99 0.39
Hex C8 1 95 0 64 1A 16 13B 63 27
Octal 310 1 225 0 144 32 26 473 143 47
Binary 11001000 1 10010101 0 1100100 11010 10110 100111011 1100011 100111

Color Harmonies of #C80195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80195

Black with #C80195

Text Example


Text Example

White with #C80195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80195; }

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

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

background-color css

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

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

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

border-color css

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

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

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