#C2046B

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

Shades of Medium Violet Red #C2046B

Tints of Medium Violet Red #C2046B

Color information

#C2046B (or 0xC2046B) is unknown color: approx Medium Violet Red. HEX triplet: C2, 04 and 6B. RGB value is (194,4,107). Sum of RGB (Red+Green+Blue) = 194+4+107=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C2046B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2046B is #3DFB94. Grayscale: #484848. Windows color (decimal): -4062101 or 7013570. OLE color: 7013570.

HSL color Cylindrical-coordinate representation of color #C2046B: hue angle of 327.47º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2046B is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB1944107-
CMYK00.980.450.24
HSL327.47º95.96%38.82%-
HSV(B)327.47º97.94%76.08%-
XYZ24.9512.6215.03-
YUV72.55147.45214.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 63.61%
GREEN value IS 4 (1.95% from 255) = 1.31%
BLUE value IS 107 (42.19% from 255) = 35.08%
R=63.61%
G=1.31%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194410700.980.450.24327.4795.9638.82
HexC246B0622D181476027
Octal30241530142553050714047
Binary11000010100110101101100010101101110001010001111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2046B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2046B; }

 p { color: rgb(194,4,107); }

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

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

 a { background-color: rgb(194,4,107); }

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

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

 span { border-color: rgb(194,4,107); }

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