#C61270

Color #C61270 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C61270

Tints of Medium Violet Red #C61270

Color information

#C61270 (or 0xC61270) is unknown color: approx Medium Violet Red. HEX triplet: C6, 12 and 70. RGB value is (198,18,112). Sum of RGB (Red+Green+Blue) = 198+18+112=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C61270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61270 is #39ED8F. Grayscale: #525252. Windows color (decimal): -3796368 or 7344838. OLE color: 7344838.

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

Color convert

RGB19818112-
CMYK00.910.430.22
HSL328.67º83.33%42.35%-
HSV(B)328.67º90.91%77.65%-
XYZ26.4313.6116.56-
YUV82.54144.63210.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.37%
GREEN value IS 18 (7.42% from 255) = 5.49%
BLUE value IS 112 (44.14% from 255) = 34.15%
R=60.37%
G=5.49%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981811200.910.430.22328.6783.3342.35
HexC6127005B2B16149532a
Octal306221600133532651112352
Binary1100011010010111000001011011101011101101010010011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61270; }

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

 H1.HeaderClassName
 {
   color: #C61270;
 }
 .AnyTagClassName
 {
   color: #C61270;
 }
</style>
background-color css

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

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

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

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

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

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