Html Css Color HEX #C61590 Medium Violet Red

📋 copy color: '#C61590'

red 198 ◦ green 21 ◦ blue 144

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

Shades of Medium Violet Red #C61590

Tints of Medium Violet Red #C61590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.67%

R = 54.55%
G = 5.79%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C61590 (or 0xC61590) is known color: Medium Violet Red. HEX triplet: C6, 15 and 90. RGB value is (198,21,144). Sum of RGB (Red+Green+Blue) = 198+21+144=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C61590 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61590 is #39EA6F. Grayscale: #575757. Windows color (decimal): -3795568 or 9442758. OLE color: 9442758.

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

Color convert

RGB 198 21 144 -
CMYK 0 0.89 0.27 0.22
HSL 318.31º 0.81% 0.43% -
HSV(B) 318.31º 0.89% 0.78% -
XYZ 28.59 14.56 27.69 -
YUV 87.95 159.64 206.5 -
System Red Green Blue C M Y K H S L
Decimal 198 21 144 0 0.89 0.27 0.22 318.31 0.81 0.43
Hex C6 15 90 0 59 1B 16 13E 51 2B
Octal 306 25 220 0 131 33 26 476 121 53
Binary 11000110 10101 10010000 0 1011001 11011 10110 100111110 1010001 101011

Color Harmonies of #C61590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61590

Black with #C61590

Text Example


Text Example

White with #C61590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61590; }

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

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

background-color css

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

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

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

border-color css

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

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

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