#C23372

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

Shades of Medium Red Violet #C23372

Tints of Medium Red Violet #C23372

Color information

#C23372 (or 0xC23372) is unknown color: approx Medium Red Violet. HEX triplet: C2, 33 and 72. RGB value is (194,51,114). Sum of RGB (Red+Green+Blue) = 194+51+114=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C23372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23372 is #3DCC8D. Grayscale: #646464. Windows color (decimal): -4050062 or 7484354. OLE color: 7484354.

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

Color convert

RGB19451114-
CMYK00.740.410.24
HSL333.57º58.37%48.04%-
HSV(B)333.57º73.71%76.08%-
XYZ26.4715.0517.43-
YUV100.94135.38194.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.04%
GREEN value IS 51 (20.31% from 255) = 14.21%
BLUE value IS 114 (44.92% from 255) = 31.75%
R=54.04%
G=14.21%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945111400.740.410.24333.5758.3748.04
HexC2337204A291814e3a30
Octal30263162011251305167260
Binary1100001011001111100100100101010100111000101001110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23372; }

 p { color: rgb(194,51,114); }

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

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

 a { background-color: rgb(194,51,114); }

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

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

 span { border-color: rgb(194,51,114); }

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