Html Css Color HEX #C80685 Medium Violet Red

📋 copy color: '#C80685'

red 200 ◦ green 6 ◦ blue 133

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

Shades of Medium Violet Red #C80685

Tints of Medium Violet Red #C80685

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.77%

 BLUE value IS 133 (52.34% from 255) = 39.23%

R = 59%
G = 1.77%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C80685 (or 0xC80685) is known color: Medium Violet Red. HEX triplet: C8, 06 and 85. RGB value is (200,6,133). Sum of RGB (Red+Green+Blue) = 200+6+133=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C80685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80685 is #37F97A. Grayscale: #4E4E4E. Windows color (decimal): -3668347 or 8718024. OLE color: 8718024.

HSL color Cylindrical-coordinate representation of color #C80685: hue angle of 320.72º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C80685 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 6 133 -
CMYK 0 0.97 0.34 0.22
HSL 320.72º 0.94% 0.4% -
HSV(B) 320.72º 0.97% 0.78% -
XYZ 28.12 14.1 23.43 -
YUV 78.48 158.77 214.67 -
System Red Green Blue C M Y K H S L
Decimal 200 6 133 0 0.97 0.34 0.22 320.72 0.94 0.4
Hex C8 6 85 0 61 22 16 141 5E 28
Octal 310 6 205 0 141 42 26 501 136 50
Binary 11001000 110 10000101 0 1100001 100010 10110 101000001 1011110 101000

Color Harmonies of #C80685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80685

Black with #C80685

Text Example


Text Example

White with #C80685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80685; }

 p { color: rgb(200,6,133); }

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

background-color css

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

 a { background-color: rgb(200,6,133); }

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

border-color css

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

 span { border-color: rgb(200,6,133); }

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