#C02B94

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

Shades of Medium Red Violet #C02B94

Tints of Medium Red Violet #C02B94

Color information

#C02B94 (or 0xC02B94) is unknown color: approx Medium Red Violet. HEX triplet: C0, 2B and 94. RGB value is (192,43,148). Sum of RGB (Red+Green+Blue) = 192+43+148=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02B94 is #3FD46B. Grayscale: #636363. Windows color (decimal): -4183148 or 9710528. OLE color: 9710528.

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

Color convert

RGB19243148-
CMYK00.780.230.25
HSL317.72º63.4%46.08%-
HSV(B)317.72º77.6%75.29%-
XYZ27.9515.0729.45-
YUV99.52155.36193.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.13%
GREEN value IS 43 (17.19% from 255) = 11.23%
BLUE value IS 148 (58.20% from 255) = 38.64%
R=50.13%
G=11.23%
B=38.64%

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
Decimal1924314800.780.230.25317.7263.446.08
HexC02B9404E171913e3f2e
Octal30053224011627314767756
Binary1100000010101110010100010011101011111001100111110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02B94; }

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

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

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

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

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

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

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

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