Html Css Color HEX #C61C70 Medium Violet Red

📋 copy color: '#C61C70'

red 198 ◦ green 28 ◦ blue 112

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

Shades of Medium Violet Red #C61C70

Tints of Medium Violet Red #C61C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.14%

R = 58.58%
G = 8.28%
B = 33.14%

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

#C61C70 (or 0xC61C70) is known color: Medium Violet Red. HEX triplet: C6, 1C and 70. RGB value is (198,28,112). Sum of RGB (Red+Green+Blue) = 198+28+112=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61C70 is #39E38F. Grayscale: #585858. Windows color (decimal): -3793808 or 7347398. OLE color: 7347398.

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

Color convert

RGB 198 28 112 -
CMYK 0 0.86 0.43 0.22
HSL 330.35º 0.75% 0.44% -
HSV(B) 330.35º 0.86% 0.78% -
XYZ 26.63 14.01 16.63 -
YUV 88.41 141.32 206.17 -
System Red Green Blue C M Y K H S L
Decimal 198 28 112 0 0.86 0.43 0.22 330.35 0.75 0.44
Hex C6 1C 70 0 56 2B 16 14A 4B 2C
Octal 306 34 160 0 126 53 26 512 113 54
Binary 11000110 11100 1110000 0 1010110 101011 10110 101001010 1001011 101100

Color Harmonies of #C61C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61C70

Black with #C61C70

Text Example


Text Example

White with #C61C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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