Html Css Color HEX #C80775 Medium Violet Red

📋 copy color: '#C80775'

red 200 ◦ green 7 ◦ blue 117

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

Shades of Medium Violet Red #C80775

Tints of Medium Violet Red #C80775

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.16%

 BLUE value IS 117 (46.09% from 255) = 36.11%

R = 61.73%
G = 2.16%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C80775 (or 0xC80775) is known color: Medium Violet Red. HEX triplet: C8, 07 and 75. RGB value is (200,7,117). Sum of RGB (Red+Green+Blue) = 200+7+117=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C80775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80775 is #37F88A. Grayscale: #4D4D4D. Windows color (decimal): -3668107 or 7669704. OLE color: 7669704.

HSL color Cylindrical-coordinate representation of color #C80775: hue angle of 325.8º degrees, saturation: 0.93, 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 #C80775 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 7 117 -
CMYK 0 0.96 0.42 0.22
HSL 325.8º 0.93% 0.41% -
HSV(B) 325.8º 0.97% 0.78% -
XYZ 27.11 13.72 18.05 -
YUV 77.25 150.44 215.56 -
System Red Green Blue C M Y K H S L
Decimal 200 7 117 0 0.96 0.42 0.22 325.8 0.93 0.41
Hex C8 7 75 0 60 2A 16 146 5D 29
Octal 310 7 165 0 140 52 26 506 135 51
Binary 11001000 111 1110101 0 1100000 101010 10110 101000110 1011101 101001

Color Harmonies of #C80775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80775

Black with #C80775

Text Example


Text Example

White with #C80775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80775; }

 p { color: rgb(200,7,117); }

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

background-color css

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

 a { background-color: rgb(200,7,117); }

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

border-color css

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

 span { border-color: rgb(200,7,117); }

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