#C23074

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

Shades of Medium Red Violet #C23074

Tints of Medium Red Violet #C23074

Color information

#C23074 (or 0xC23074) is unknown color: approx Medium Red Violet. HEX triplet: C2, 30 and 74. RGB value is (194,48,116). Sum of RGB (Red+Green+Blue) = 194+48+116=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C23074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23074 is #3DCF8B. Grayscale: #636363. Windows color (decimal): -4050828 or 7614658. OLE color: 7614658.

HSL color Cylindrical-coordinate representation of color #C23074: hue angle of 332.05º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23074 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB19448116-
CMYK00.750.400.24
HSL332.05º60.33%47.45%-
HSV(B)332.05º75.26%76.08%-
XYZ26.4614.8417.99-
YUV99.41137.37195.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.19%
GREEN value IS 48 (19.14% from 255) = 13.41%
BLUE value IS 116 (45.70% from 255) = 32.40%
R=54.19%
G=13.41%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944811600.750.400.24332.0560.3347.45
HexC2307404B281814c3c2f
Octal30260164011350305147457
Binary1100001011000011101000100101110100011000101001100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23074; }

 p { color: rgb(194,48,116); }

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

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

 a { background-color: rgb(194,48,116); }

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

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

 span { border-color: rgb(194,48,116); }

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