Html Css Color HEX #C80895 Medium Violet Red

📋 copy color: '#C80895'

red 200 ◦ green 8 ◦ blue 149

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

Shades of Medium Violet Red #C80895

Tints of Medium Violet Red #C80895

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.24%

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

R = 56.02%
G = 2.24%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C80895 (or 0xC80895) is known color: Medium Violet Red. HEX triplet: C8, 08 and 95. RGB value is (200,8,149). Sum of RGB (Red+Green+Blue) = 200+8+149=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C80895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80895 is #37F76A. Grayscale: #515151. Windows color (decimal): -3667819 or 9767112. OLE color: 9767112.

HSL color Cylindrical-coordinate representation of color #C80895: hue angle of 315.94º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80895 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 8 149 -
CMYK 0 0.96 0.26 0.22
HSL 315.94º 0.92% 0.41% -
HSV(B) 315.94º 0.96% 0.78% -
XYZ 29.33 14.62 29.71 -
YUV 81.48 166.11 212.54 -
System Red Green Blue C M Y K H S L
Decimal 200 8 149 0 0.96 0.26 0.22 315.94 0.92 0.41
Hex C8 8 95 0 60 1A 16 13C 5C 29
Octal 310 10 225 0 140 32 26 474 134 51
Binary 11001000 1000 10010101 0 1100000 11010 10110 100111100 1011100 101001

Color Harmonies of #C80895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80895

Black with #C80895

Text Example


Text Example

White with #C80895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80895; }

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

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

background-color css

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

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

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

border-color css

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

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

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