Html Css Color HEX #C61C73 Medium Violet Red

📋 copy color: '#C61C73'

red 198 ◦ green 28 ◦ blue 115

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

Shades of Medium Violet Red #C61C73

Tints of Medium Violet Red #C61C73

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.21%

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

R = 58.06%
G = 8.21%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C61C73 (or 0xC61C73) is known color: Medium Violet Red. HEX triplet: C6, 1C and 73. RGB value is (198,28,115). Sum of RGB (Red+Green+Blue) = 198+28+115=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61C73 is #39E38C. Grayscale: #585858. Windows color (decimal): -3793805 or 7544006. OLE color: 7544006.

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

Color convert

RGB 198 28 115 -
CMYK 0 0.86 0.42 0.22
HSL 329.29º 0.75% 0.44% -
HSV(B) 329.29º 0.86% 0.78% -
XYZ 26.8 14.07 17.52 -
YUV 88.75 142.82 205.93 -
System Red Green Blue C M Y K H S L
Decimal 198 28 115 0 0.86 0.42 0.22 329.29 0.75 0.44
Hex C6 1C 73 0 56 2A 16 149 4B 2C
Octal 306 34 163 0 126 52 26 511 113 54
Binary 11000110 11100 1110011 0 1010110 101010 10110 101001001 1001011 101100

Color Harmonies of #C61C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61C73

Black with #C61C73

Text Example


Text Example

White with #C61C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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