#CA2883

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

Shades of Medium Red Violet #CA2883

Tints of Medium Red Violet #CA2883

Color information

#CA2883 (or 0xCA2883) is unknown color: approx Medium Red Violet. HEX triplet: CA, 28 and 83. RGB value is (202,40,131). Sum of RGB (Red+Green+Blue) = 202+40+131=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2883 is #35D77C. Grayscale: #626262. Windows color (decimal): -3528573 or 8595658. OLE color: 8595658.

HSL color Cylindrical-coordinate representation of color #CA2883: hue angle of 326.3º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2883 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB20240131-
CMYK00.800.350.21
HSL326.3º66.94%47.45%-
HSV(B)326.3º80.2%79.22%-
XYZ29.2115.7122.97-
YUV98.81146.17201.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.16%
GREEN value IS 40 (16.02% from 255) = 10.72%
BLUE value IS 131 (51.56% from 255) = 35.12%
R=54.16%
G=10.72%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024013100.800.350.21326.366.9447.45
HexCA28830502315146432f
Octal312502030120432550610357
Binary110010101010001000001101010000100011101011010001101000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2883; }

 p { color: rgb(202,40,131); }

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

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

 a { background-color: rgb(202,40,131); }

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

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

 span { border-color: rgb(202,40,131); }

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