#CA1483

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

Shades of Medium Violet Red #CA1483

Tints of Medium Violet Red #CA1483

Color information

#CA1483 (or 0xCA1483) is unknown color: approx Medium Violet Red. HEX triplet: CA, 14 and 83. RGB value is (202,20,131). Sum of RGB (Red+Green+Blue) = 202+20+131=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1483 is #35EB7C. Grayscale: #565656. Windows color (decimal): -3533693 or 8590538. OLE color: 8590538.

HSL color Cylindrical-coordinate representation of color #CA1483: hue angle of 323.41º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1483 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB20220131-
CMYK00.900.350.21
HSL323.41º81.98%43.53%-
HSV(B)323.41º90.1%79.22%-
XYZ28.714.722.8-
YUV87.07152.8209.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.22%
GREEN value IS 20 (8.20% from 255) = 5.67%
BLUE value IS 131 (51.56% from 255) = 37.11%
R=57.22%
G=5.67%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022013100.900.350.21323.4181.9843.53
HexCA148305A2315143522c
Octal312242030132432550312254
Binary11001010101001000001101011010100011101011010000111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1483; }

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

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

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

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

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

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

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

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