#C02788

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

Shades of Medium Red Violet #C02788

Tints of Medium Red Violet #C02788

Color information

#C02788 (or 0xC02788) is unknown color: approx Medium Red Violet. HEX triplet: C0, 27 and 88. RGB value is (192,39,136). Sum of RGB (Red+Green+Blue) = 192+39+136=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C02788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02788 is #3FD877. Grayscale: #5F5F5F. Windows color (decimal): -4184184 or 8923072. OLE color: 8923072.

HSL color Cylindrical-coordinate representation of color #C02788: hue angle of 321.96º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02788 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB19239136-
CMYK00.800.290.25
HSL321.96º66.23%45.29%-
HSV(B)321.96º79.69%75.29%-
XYZ26.9114.4424.66-
YUV95.8150.69196.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.32%
GREEN value IS 39 (15.62% from 255) = 10.63%
BLUE value IS 136 (53.52% from 255) = 37.06%
R=52.32%
G=10.63%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923913600.800.290.25321.9666.2345.29
HexC027880501D19142422d
Octal300472100120353150210255
Binary11000000100111100010000101000011101110011010000101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02788; }

 p { color: rgb(192,39,136); }

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

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

 a { background-color: rgb(192,39,136); }

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

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

 span { border-color: rgb(192,39,136); }

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