Html Css Color HEX #C61994 Medium Violet Red

📋 copy color: '#C61994'

red 198 ◦ green 25 ◦ blue 148

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

Shades of Medium Violet Red #C61994

Tints of Medium Violet Red #C61994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.89%

R = 53.37%
G = 6.74%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C61994 (or 0xC61994) is known color: Medium Violet Red. HEX triplet: C6, 19 and 94. RGB value is (198,25,148). Sum of RGB (Red+Green+Blue) = 198+25+148=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C61994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61994 is #39E66B. Grayscale: #5A5A5A. Windows color (decimal): -3794540 or 9705926. OLE color: 9705926.

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

Color convert

RGB 198 25 148 -
CMYK 0 0.87 0.25 0.22
HSL 317.34º 0.78% 0.44% -
HSV(B) 317.34º 0.87% 0.78% -
XYZ 28.98 14.84 29.35 -
YUV 90.75 160.31 204.5 -
System Red Green Blue C M Y K H S L
Decimal 198 25 148 0 0.87 0.25 0.22 317.34 0.78 0.44
Hex C6 19 94 0 57 19 16 13D 4E 2C
Octal 306 31 224 0 127 31 26 475 116 54
Binary 11000110 11001 10010100 0 1010111 11001 10110 100111101 1001110 101100

Color Harmonies of #C61994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61994

Black with #C61994

Text Example


Text Example

White with #C61994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61994; }

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

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

background-color css

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

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

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

border-color css

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

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

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