#C23483

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

Shades of Medium Red Violet #C23483

Tints of Medium Red Violet #C23483

Color information

#C23483 (or 0xC23483) is unknown color: approx Medium Red Violet. HEX triplet: C2, 34 and 83. RGB value is (194,52,131). Sum of RGB (Red+Green+Blue) = 194+52+131=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C23483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23483 is #3DCB7C. Grayscale: #676767. Windows color (decimal): -4049789 or 8598722. OLE color: 8598722.

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

Color convert

RGB19452131-
CMYK00.730.320.24
HSL326.62º57.72%48.24%-
HSV(B)326.62º73.2%76.08%-
XYZ27.5715.5623.02-
YUV103.46143.54192.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.46%
GREEN value IS 52 (20.70% from 255) = 13.79%
BLUE value IS 131 (51.56% from 255) = 34.75%
R=51.46%
G=13.79%
B=34.75%

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
Decimal1945213100.730.320.24326.6257.7248.24
HexC2348304920181473a30
Octal30264203011140305077260
Binary11000010110100100000110100100110000011000101000111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23483; }

 p { color: rgb(194,52,131); }

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

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

 a { background-color: rgb(194,52,131); }

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

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

 span { border-color: rgb(194,52,131); }

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