#CA0390

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

Shades of Medium Violet Red #CA0390

Tints of Medium Violet Red #CA0390

Color information

#CA0390 (or 0xCA0390) is unknown color: approx Medium Violet Red. HEX triplet: CA, 03 and 90. RGB value is (202,3,144). Sum of RGB (Red+Green+Blue) = 202+3+144=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0390 is #35FC6F. Grayscale: #4E4E4E. Windows color (decimal): -3538032 or 9438154. OLE color: 9438154.

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

Color convert

RGB2023144-
CMYK00.990.290.21
HSL317.49º97.07%40.2%-
HSV(B)317.49º98.51%79.22%-
XYZ29.4214.6427.66-
YUV78.58164.93216.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.88%
GREEN value IS 3 (1.56% from 255) = 0.86%
BLUE value IS 144 (56.64% from 255) = 41.26%
R=57.88%
G=0.86%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202314400.990.290.21317.4997.0740.2
HexCA3900631D1513d6128
Octal31232200143352547514150
Binary1100101011100100000110001111101101011001111011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0390; }

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

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

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

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

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

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

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

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