#C23584

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

Shades of Medium Red Violet #C23584

Tints of Medium Red Violet #C23584

Color information

#C23584 (or 0xC23584) is unknown color: approx Medium Red Violet. HEX triplet: C2, 35 and 84. RGB value is (194,53,132). Sum of RGB (Red+Green+Blue) = 194+53+132=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C23584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23584 is #3DCA7B. Grayscale: #676767. Windows color (decimal): -4049532 or 8664514. OLE color: 8664514.

HSL color Cylindrical-coordinate representation of color #C23584: hue angle of 326.38º 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 #C23584 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB19453132-
CMYK00.730.320.24
HSL326.38º57.09%48.43%-
HSV(B)326.38º72.68%76.08%-
XYZ27.6915.6823.4-
YUV104.16143.71192.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.19%
GREEN value IS 53 (21.09% from 255) = 13.98%
BLUE value IS 132 (51.95% from 255) = 34.83%
R=51.19%
G=13.98%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945313200.730.320.24326.3857.0948.43
HexC2358404920181463930
Octal30265204011140305067160
Binary11000010110101100001000100100110000011000101000110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23584; }

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

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

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

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

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

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

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

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