#CA2380

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

Shades of Medium Violet Red #CA2380

Tints of Medium Violet Red #CA2380

Color information

#CA2380 (or 0xCA2380) is unknown color: approx Medium Violet Red. HEX triplet: CA, 23 and 80. RGB value is (202,35,128). Sum of RGB (Red+Green+Blue) = 202+35+128=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2380 is #35DC7F. Grayscale: #5F5F5F. Windows color (decimal): -3529856 or 8397770. OLE color: 8397770.

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

Color convert

RGB20235128-
CMYK00.830.370.21
HSL326.59º70.46%46.47%-
HSV(B)326.59º82.67%79.22%-
XYZ28.8515.3221.86-
YUV95.54146.33203.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.34%
GREEN value IS 35 (14.06% from 255) = 9.59%
BLUE value IS 128 (50.39% from 255) = 35.07%
R=55.34%
G=9.59%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023512800.830.370.21326.5970.4646.47
HexCA23800532515147462e
Octal312432000123452550710656
Binary110010101000111000000001010011100101101011010001111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2380; }

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

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

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

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

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

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

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

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