#C02E8A

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

Shades of Medium Red Violet #C02E8A

Tints of Medium Red Violet #C02E8A

Color information

#C02E8A (or 0xC02E8A) is unknown color: approx Medium Red Violet. HEX triplet: C0, 2E and 8A. RGB value is (192,46,138). Sum of RGB (Red+Green+Blue) = 192+46+138=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C02E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02E8A is #3FD175. Grayscale: #636363. Windows color (decimal): -4182390 or 9055936. OLE color: 9055936.

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

Color convert

RGB19246138-
CMYK00.760.280.25
HSL322.19º61.34%46.67%-
HSV(B)322.19º76.04%75.29%-
XYZ27.31525.5-
YUV100.14149.37193.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.06%
GREEN value IS 46 (18.36% from 255) = 12.23%
BLUE value IS 138 (54.30% from 255) = 36.70%
R=51.06%
G=12.23%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924613800.760.280.25322.1961.3446.67
HexC02E8A04C1C191423d2f
Octal30056212011434315027557
Binary1100000010111010001010010011001110011001101000010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02E8A; }

 p { color: rgb(192,46,138); }

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

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

 a { background-color: rgb(192,46,138); }

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

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

 span { border-color: rgb(192,46,138); }

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