Html Css Color HEX #C80095 Medium Violet Red

📋 copy color: '#C80095'

red 200 ◦ green 0 ◦ blue 149

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

Shades of Medium Violet Red #C80095

Tints of Medium Violet Red #C80095

RGB

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

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

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

R = 57.31%
G = 0%
B = 42.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C80095 (or 0xC80095) is known color: Medium Violet Red. HEX triplet: C8, 00 and 95. RGB value is (200,0,149). Sum of RGB (Red+Green+Blue) = 200+0+149=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C80095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80095 is #37FF6A. Grayscale: #4C4C4C. Windows color (decimal): -3669867 or 9765064. OLE color: 9765064.

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

Color convert

RGB 200 0 149 -
CMYK 0 1 0.26 0.22
HSL 315.3º 1% 0.39% -
HSV(B) 315.3º 1% 0.78% -
XYZ 29.24 14.45 29.68 -
YUV 76.79 168.76 215.88 -
System Red Green Blue C M Y K H S L
Decimal 200 0 149 0 1 0.26 0.22 315.3 1 0.39
Hex C8 0 95 0 64 1A 16 13B 64 27
Octal 310 0 225 0 144 32 26 473 144 47
Binary 11001000 0 10010101 0 1100100 11010 10110 100111011 1100100 100111

Color Harmonies of #C80095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80095

Black with #C80095

Text Example


Text Example

White with #C80095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80095; }

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

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

background-color css

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

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

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

border-color css

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

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

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