Html Css Color HEX #C61C71 Medium Violet Red

📋 copy color: '#C61C71'

red 198 ◦ green 28 ◦ blue 113

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

Shades of Medium Violet Red #C61C71

Tints of Medium Violet Red #C61C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.33%

R = 58.41%
G = 8.26%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C61C71 (or 0xC61C71) is known color: Medium Violet Red. HEX triplet: C6, 1C and 71. RGB value is (198,28,113). Sum of RGB (Red+Green+Blue) = 198+28+113=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 28 (11.33% from 255 or 8.26% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61C71 is #39E38E. Grayscale: #585858. Windows color (decimal): -3793807 or 7412934. OLE color: 7412934.

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

Color convert

RGB 198 28 113 -
CMYK 0 0.86 0.43 0.22
HSL 330º 0.75% 0.44% -
HSV(B) 330º 0.86% 0.78% -
XYZ 26.68 14.03 16.92 -
YUV 88.52 141.82 206.09 -
System Red Green Blue C M Y K H S L
Decimal 198 28 113 0 0.86 0.43 0.22 330 0.75 0.44
Hex C6 1C 71 0 56 2B 16 14A 4B 2C
Octal 306 34 161 0 126 53 26 512 113 54
Binary 11000110 11100 1110001 0 1010110 101011 10110 101001010 1001011 101100

Color Harmonies of #C61C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61C71

Black with #C61C71

Text Example


Text Example

White with #C61C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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