Html Css Color HEX #C61973 Medium Violet Red

📋 copy color: '#C61973'

red 198 ◦ green 25 ◦ blue 115

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

Shades of Medium Violet Red #C61973

Tints of Medium Violet Red #C61973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.02%

R = 58.58%
G = 7.4%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C61973 (or 0xC61973) is known color: Medium Violet Red. HEX triplet: C6, 19 and 73. RGB value is (198,25,115). Sum of RGB (Red+Green+Blue) = 198+25+115=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C61973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61973 is #39E68C. Grayscale: #565656. Windows color (decimal): -3794573 or 7543238. OLE color: 7543238.

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

Color convert

RGB 198 25 115 -
CMYK 0 0.87 0.42 0.22
HSL 328.79º 0.78% 0.44% -
HSV(B) 328.79º 0.87% 0.78% -
XYZ 26.73 13.94 17.5 -
YUV 86.99 143.81 207.18 -
System Red Green Blue C M Y K H S L
Decimal 198 25 115 0 0.87 0.42 0.22 328.79 0.78 0.44
Hex C6 19 73 0 57 2A 16 149 4E 2C
Octal 306 31 163 0 127 52 26 511 116 54
Binary 11000110 11001 1110011 0 1010111 101010 10110 101001001 1001110 101100

Color Harmonies of #C61973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61973

Black with #C61973

Text Example


Text Example

White with #C61973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61973; }

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

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

background-color css

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

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

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

border-color css

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

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

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