#C23297

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

Shades of Medium Red Violet #C23297

Tints of Medium Red Violet #C23297

Color information

#C23297 (or 0xC23297) is unknown color: approx Medium Red Violet. HEX triplet: C2, 32 and 97. RGB value is (194,50,151). Sum of RGB (Red+Green+Blue) = 194+50+151=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C23297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23297 is #3DCD68. Grayscale: #686868. Windows color (decimal): -4050281 or 9908930. OLE color: 9908930.

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

Color convert

RGB19450151-
CMYK00.740.220.24
HSL317.92º59.02%47.84%-
HSV(B)317.92º74.23%76.08%-
XYZ28.9715.9830.84-
YUV104.57154.21191.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.11%
GREEN value IS 50 (19.92% from 255) = 12.66%
BLUE value IS 151 (59.38% from 255) = 38.23%
R=49.11%
G=12.66%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945015100.740.220.24317.9259.0247.84
HexC2329704A161813e3b30
Octal30262227011226304767360
Binary1100001011001010010111010010101011011000100111110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23297; }

 p { color: rgb(194,50,151); }

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

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

 a { background-color: rgb(194,50,151); }

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

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

 span { border-color: rgb(194,50,151); }

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