#C23A92

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

Shades of Medium Red Violet #C23A92

Tints of Medium Red Violet #C23A92

Color information

#C23A92 (or 0xC23A92) is unknown color: approx Medium Red Violet. HEX triplet: C2, 3A and 92. RGB value is (194,58,146). Sum of RGB (Red+Green+Blue) = 194+58+146=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23A92 is #3DC56D. Grayscale: #6C6C6C. Windows color (decimal): -4048238 or 9583298. OLE color: 9583298.

HSL color Cylindrical-coordinate representation of color #C23A92: hue angle of 321.18º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23A92 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB19458146-
CMYK00.700.250.24
HSL321.18º53.97%49.41%-
HSV(B)321.18º70.1%76.08%-
XYZ28.9516.5728.87-
YUV108.7149.06188.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.74%
GREEN value IS 58 (23.05% from 255) = 14.57%
BLUE value IS 146 (57.42% from 255) = 36.68%
R=48.74%
G=14.57%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945814600.700.250.24321.1853.9749.41
HexC23A9204619181413631
Octal30272222010631305016661
Binary1100001011101010010010010001101100111000101000001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23A92; }

 p { color: rgb(194,58,146); }

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

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

 a { background-color: rgb(194,58,146); }

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

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

 span { border-color: rgb(194,58,146); }

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