#C02B95

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

Shades of Medium Red Violet #C02B95

Tints of Medium Red Violet #C02B95

Color information

#C02B95 (or 0xC02B95) is unknown color: approx Medium Red Violet. HEX triplet: C0, 2B and 95. RGB value is (192,43,149). Sum of RGB (Red+Green+Blue) = 192+43+149=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02B95 is #3FD46A. Grayscale: #636363. Windows color (decimal): -4183147 or 9776064. OLE color: 9776064.

HSL color Cylindrical-coordinate representation of color #C02B95: hue angle of 317.32º 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 #C02B95 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB19243149-
CMYK00.780.220.25
HSL317.32º63.4%46.08%-
HSV(B)317.32º77.6%75.29%-
XYZ28.0315.129.87-
YUV99.64155.86193.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50%
GREEN value IS 43 (17.19% from 255) = 11.20%
BLUE value IS 149 (58.59% from 255) = 38.80%
R=50%
G=11.20%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924314900.780.220.25317.3263.446.08
HexC02B9504E161913d3f2e
Octal30053225011626314757756
Binary1100000010101110010101010011101011011001100111101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02B95; }

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

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

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

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

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

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

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

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