#C23077

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

Shades of Medium Red Violet #C23077

Tints of Medium Red Violet #C23077

Color information

#C23077 (or 0xC23077) is unknown color: approx Medium Red Violet. HEX triplet: C2, 30 and 77. RGB value is (194,48,119). Sum of RGB (Red+Green+Blue) = 194+48+119=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C23077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23077 is #3DCF88. Grayscale: #636363. Windows color (decimal): -4050825 or 7811266. OLE color: 7811266.

HSL color Cylindrical-coordinate representation of color #C23077: hue angle of 330.82º 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 #C23077 is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB19448119-
CMYK00.750.390.24
HSL330.82º60.33%47.45%-
HSV(B)330.82º75.26%76.08%-
XYZ26.6314.9218.93-
YUV99.75138.87195.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.74%
GREEN value IS 48 (19.14% from 255) = 13.30%
BLUE value IS 119 (46.88% from 255) = 32.96%
R=53.74%
G=13.30%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944811900.750.390.24330.8260.3347.45
HexC2307704B271814b3c2f
Octal30260167011347305137457
Binary1100001011000011101110100101110011111000101001011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23077; }

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

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

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

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

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

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

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

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