#CA1E90

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

Shades of Medium Violet Red #CA1E90

Tints of Medium Violet Red #CA1E90

Color information

#CA1E90 (or 0xCA1E90) is unknown color: approx Medium Violet Red. HEX triplet: CA, 1E and 90. RGB value is (202,30,144). Sum of RGB (Red+Green+Blue) = 202+30+144=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 30 (12.11% from 255 or 7.98% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1E90 is #35E16F. Grayscale: #5E5E5E. Windows color (decimal): -3531120 or 9445066. OLE color: 9445066.

HSL color Cylindrical-coordinate representation of color #CA1E90: hue angle of 320.23º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1E90 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB20230144-
CMYK00.850.290.21
HSL320.23º74.14%45.49%-
HSV(B)320.23º85.15%79.22%-
XYZ29.8615.527.8-
YUV94.42155.98204.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.72%
GREEN value IS 30 (12.11% from 255) = 7.98%
BLUE value IS 144 (56.64% from 255) = 38.30%
R=53.72%
G=7.98%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023014400.850.290.21320.2374.1445.49
HexCA1E900551D151404a2d
Octal312362200125352550011255
Binary1100101011110100100000101010111101101011010000001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1E90; }

 p { color: rgb(202,30,144); }

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

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

 a { background-color: rgb(202,30,144); }

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

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

 span { border-color: rgb(202,30,144); }

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