#CA2BAA

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

Shades of Medium Red Violet #CA2BAA

Tints of Medium Red Violet #CA2BAA

Color information

#CA2BAA (or 0xCA2BAA) is unknown color: approx Medium Red Violet. HEX triplet: CA, 2B and AA. RGB value is (202,43,170). Sum of RGB (Red+Green+Blue) = 202+43+170=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 43 (17.19% from 255 or 10.36% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2BAA is #35D455. Grayscale: #686868. Windows color (decimal): -3527766 or 11152330. OLE color: 11152330.

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

Color convert

RGB20243170-
CMYK00.790.160.21
HSL312.08º64.9%48.04%-
HSV(B)312.08º78.71%79.22%-
XYZ32.4817.1939.64-
YUV105.02164.68197.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 43 (17.19% from 255) = 10.36%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=48.67%
G=10.36%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024317000.790.160.21312.0864.948.04
HexCA2BAA04F10151384130
Octal312532520117202547010160
Binary11001010101011101010100100111110000101011001110001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2BAA; }

 p { color: rgb(202,43,170); }

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

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

 a { background-color: rgb(202,43,170); }

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

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

 span { border-color: rgb(202,43,170); }

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