Html Css Color HEX #C61991 Medium Violet Red

📋 copy color: '#C61991'

red 198 ◦ green 25 ◦ blue 145

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

Shades of Medium Violet Red #C61991

Tints of Medium Violet Red #C61991

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.79%

 BLUE value IS 145 (57.03% from 255) = 39.4%

R = 53.8%
G = 6.79%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C61991 (or 0xC61991) is known color: Medium Violet Red. HEX triplet: C6, 19 and 91. RGB value is (198,25,145). Sum of RGB (Red+Green+Blue) = 198+25+145=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C61991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61991 is #39E66E. Grayscale: #5A5A5A. Windows color (decimal): -3794543 or 9509318. OLE color: 9509318.

HSL color Cylindrical-coordinate representation of color #C61991: hue angle of 318.38º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61991 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 25 145 -
CMYK 0 0.87 0.27 0.22
HSL 318.38º 0.78% 0.44% -
HSV(B) 318.38º 0.87% 0.78% -
XYZ 28.75 14.75 28.12 -
YUV 90.41 158.81 204.74 -
System Red Green Blue C M Y K H S L
Decimal 198 25 145 0 0.87 0.27 0.22 318.38 0.78 0.44
Hex C6 19 91 0 57 1B 16 13E 4E 2C
Octal 306 31 221 0 127 33 26 476 116 54
Binary 11000110 11001 10010001 0 1010111 11011 10110 100111110 1001110 101100

Color Harmonies of #C61991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61991

Black with #C61991

Text Example


Text Example

White with #C61991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61991; }

 p { color: rgb(198,25,145); }

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

background-color css

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

 a { background-color: rgb(198,25,145); }

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

border-color css

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

 span { border-color: rgb(198,25,145); }

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