#C02B93

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

Shades of Medium Red Violet #C02B93

Tints of Medium Red Violet #C02B93

Color information

#C02B93 (or 0xC02B93) is unknown color: approx Medium Red Violet. HEX triplet: C0, 2B and 93. RGB value is (192,43,147). Sum of RGB (Red+Green+Blue) = 192+43+147=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02B93 is #3FD46C. Grayscale: #636363. Windows color (decimal): -4183149 or 9644992. OLE color: 9644992.

HSL color Cylindrical-coordinate representation of color #C02B93: hue angle of 318.12º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02B93 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB19243147-
CMYK00.780.230.25
HSL318.12º63.4%46.08%-
HSV(B)318.12º77.6%75.29%-
XYZ27.8715.0429.04-
YUV99.41154.86194.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.26%
GREEN value IS 43 (17.19% from 255) = 11.26%
BLUE value IS 147 (57.81% from 255) = 38.48%
R=50.26%
G=11.26%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924314700.780.230.25318.1263.446.08
HexC02B9304E171913e3f2e
Octal30053223011627314767756
Binary1100000010101110010011010011101011111001100111110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02B93; }

 p { color: rgb(192,43,147); }

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

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

 a { background-color: rgb(192,43,147); }

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

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

 span { border-color: rgb(192,43,147); }

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