#C02480

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

Shades of Medium Red Violet #C02480

Tints of Medium Red Violet #C02480

Color information

#C02480 (or 0xC02480) is unknown color: approx Medium Red Violet. HEX triplet: C0, 24 and 80. RGB value is (192,36,128). Sum of RGB (Red+Green+Blue) = 192+36+128=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C02480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02480 is #3FDB7F. Grayscale: #5C5C5C. Windows color (decimal): -4184960 or 8398016. OLE color: 8398016.

HSL color Cylindrical-coordinate representation of color #C02480: hue angle of 324.62º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02480 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB19236128-
CMYK00.810.330.25
HSL324.62º68.42%44.71%-
HSV(B)324.62º81.25%75.29%-
XYZ26.2714.0321.75-
YUV93.13147.68198.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.93%
GREEN value IS 36 (14.45% from 255) = 10.11%
BLUE value IS 128 (50.39% from 255) = 35.96%
R=53.93%
G=10.11%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923612800.810.330.25324.6268.4244.71
HexC024800512119145442d
Octal300442000121413150510455
Binary110000001001001000000001010001100001110011010001011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02480; }

 p { color: rgb(192,36,128); }

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

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

 a { background-color: rgb(192,36,128); }

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

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

 span { border-color: rgb(192,36,128); }

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