#CA318D

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

Shades of Medium Red Violet #CA318D

Tints of Medium Red Violet #CA318D

Color information

#CA318D (or 0xCA318D) is unknown color: approx Medium Red Violet. HEX triplet: CA, 31 and 8D. RGB value is (202,49,141). Sum of RGB (Red+Green+Blue) = 202+49+141=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA318D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA318D is #35CE72. Grayscale: #696969. Windows color (decimal): -3526259 or 9253322. OLE color: 9253322.

HSL color Cylindrical-coordinate representation of color #CA318D: hue angle of 323.92º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA318D is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB20249141-
CMYK00.760.300.21
HSL323.92º60.96%49.22%-
HSV(B)323.92º75.74%79.22%-
XYZ30.2616.6826.82-
YUV105.24148.19197.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.53%
GREEN value IS 49 (19.53% from 255) = 12.5%
BLUE value IS 141 (55.47% from 255) = 35.97%
R=51.53%
G=12.5%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024914100.760.300.21323.9260.9649.22
HexCA318D04C1E151443d31
Octal31261215011436255047561
Binary1100101011000110001101010011001111010101101000100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA318D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA318D; }

 p { color: rgb(202,49,141); }

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

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

 a { background-color: rgb(202,49,141); }

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

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

 span { border-color: rgb(202,49,141); }

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