#C2359A

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

Shades of Medium Red Violet #C2359A

Tints of Medium Red Violet #C2359A

Color information

#C2359A (or 0xC2359A) is unknown color: approx Medium Red Violet. HEX triplet: C2, 35 and 9A. RGB value is (194,53,154). Sum of RGB (Red+Green+Blue) = 194+53+154=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2359A is #3DCA65. Grayscale: #6A6A6A. Windows color (decimal): -4049510 or 10106306. OLE color: 10106306.

HSL color Cylindrical-coordinate representation of color #C2359A: hue angle of 317.02º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2359A is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB19453154-
CMYK00.730.210.24
HSL317.02º57.09%48.43%-
HSV(B)317.02º72.68%76.08%-
XYZ29.3516.3532.18-
YUV106.67154.71190.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.38%
GREEN value IS 53 (21.09% from 255) = 13.22%
BLUE value IS 154 (60.55% from 255) = 38.40%
R=48.38%
G=13.22%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945315400.730.210.24317.0257.0948.43
HexC2359A049151813d3930
Octal30265232011125304757160
Binary1100001011010110011010010010011010111000100111101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2359A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2359A; }

 p { color: rgb(194,53,154); }

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

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

 a { background-color: rgb(194,53,154); }

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

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

 span { border-color: rgb(194,53,154); }

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