#CA2DA7

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

Shades of Medium Red Violet #CA2DA7

Tints of Medium Red Violet #CA2DA7

Color information

#CA2DA7 (or 0xCA2DA7) is unknown color: approx Medium Red Violet. HEX triplet: CA, 2D and A7. RGB value is (202,45,167). Sum of RGB (Red+Green+Blue) = 202+45+167=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 167 (65.62% from 255 or 40.34% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2DA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2DA7 is #35D258. Grayscale: #696969. Windows color (decimal): -3527257 or 10956234. OLE color: 10956234.

HSL color Cylindrical-coordinate representation of color #CA2DA7: hue angle of 313.38º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2DA7 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB20245167-
CMYK00.780.170.21
HSL313.38º63.56%48.43%-
HSV(B)313.38º77.72%79.22%-
XYZ32.2717.2238.18-
YUV105.85162.51196.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.79%
GREEN value IS 45 (17.97% from 255) = 10.87%
BLUE value IS 167 (65.62% from 255) = 40.34%
R=48.79%
G=10.87%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024516700.780.170.21313.3863.5648.43
HexCA2DA704E11151394030
Octal312552470116212547110060
Binary11001010101101101001110100111010001101011001110011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2DA7; }

 p { color: rgb(202,45,167); }

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

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

 a { background-color: rgb(202,45,167); }

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

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

 span { border-color: rgb(202,45,167); }

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