#CA2480

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

Shades of Medium Violet Red #CA2480

Tints of Medium Violet Red #CA2480

Color information

#CA2480 (or 0xCA2480) is unknown color: approx Medium Violet Red. HEX triplet: CA, 24 and 80. RGB value is (202,36,128). Sum of RGB (Red+Green+Blue) = 202+36+128=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2480 is #35DB7F. Grayscale: #5F5F5F. Windows color (decimal): -3529600 or 8398026. OLE color: 8398026.

HSL color Cylindrical-coordinate representation of color #CA2480: hue angle of 326.75º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2480 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB20236128-
CMYK00.820.370.21
HSL326.75º69.75%46.67%-
HSV(B)326.75º82.18%79.22%-
XYZ28.8815.3821.87-
YUV96.12146203.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.19%
GREEN value IS 36 (14.45% from 255) = 9.84%
BLUE value IS 128 (50.39% from 255) = 34.97%
R=55.19%
G=9.84%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023612800.820.370.21326.7569.7546.67
HexCA24800522515147462f
Octal312442000122452550710657
Binary110010101001001000000001010010100101101011010001111000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2480; }

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

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

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

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

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

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

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

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