Html Css Color HEX #C61586 Medium Violet Red

📋 copy color: '#C61586'

red 198 ◦ green 21 ◦ blue 134

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

Shades of Medium Violet Red #C61586

Tints of Medium Violet Red #C61586

RGB

 RED value IS 198 (77.73% from 255) = 56.09%

 GREEN value IS 21 (8.59% from 255) = 5.95%

 BLUE value IS 134 (52.73% from 255) = 37.96%

R = 56.09%
G = 5.95%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C61586 (or 0xC61586) is known color: Medium Violet Red. HEX triplet: C6, 15 and 86. RGB value is (198,21,134). Sum of RGB (Red+Green+Blue) = 198+21+134=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 134 (52.73% from 255 or 37.96% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C61586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61586 is #39EA79. Grayscale: #565656. Windows color (decimal): -3795578 or 8787398. OLE color: 8787398.

HSL color Cylindrical-coordinate representation of color #C61586: hue angle of 321.69º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61586 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 21 134 -
CMYK 0 0.89 0.32 0.22
HSL 321.69º 0.81% 0.43% -
HSV(B) 321.69º 0.89% 0.78% -
XYZ 27.86 14.26 23.84 -
YUV 86.81 154.64 207.31 -
System Red Green Blue C M Y K H S L
Decimal 198 21 134 0 0.89 0.32 0.22 321.69 0.81 0.43
Hex C6 15 86 0 59 20 16 142 51 2B
Octal 306 25 206 0 131 40 26 502 121 53
Binary 11000110 10101 10000110 0 1011001 100000 10110 101000010 1010001 101011

Color Harmonies of #C61586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61586

Black with #C61586

Text Example


Text Example

White with #C61586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61586; }

 p { color: rgb(198,21,134); }

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

background-color css

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

 a { background-color: rgb(198,21,134); }

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

border-color css

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

 span { border-color: rgb(198,21,134); }

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