#CA2B8A

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

Shades of Medium Red Violet #CA2B8A

Tints of Medium Red Violet #CA2B8A

Color information

#CA2B8A (or 0xCA2B8A) is unknown color: approx Medium Red Violet. HEX triplet: CA, 2B and 8A. RGB value is (202,43,138). Sum of RGB (Red+Green+Blue) = 202+43+138=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2B8A is #35D475. Grayscale: #656565. Windows color (decimal): -3527798 or 9055178. OLE color: 9055178.

HSL color Cylindrical-coordinate representation of color #CA2B8A: hue angle of 324.15º 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 #CA2B8A is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB20243138-
CMYK00.790.320.21
HSL324.15º64.9%48.04%-
HSV(B)324.15º78.71%79.22%-
XYZ29.8116.1225.59-
YUV101.37148.68199.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.74%
GREEN value IS 43 (17.19% from 255) = 11.23%
BLUE value IS 138 (54.30% from 255) = 36.03%
R=52.74%
G=11.23%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024313800.790.320.21324.1564.948.04
HexCA2B8A04F20151444130
Octal312532120117402550410160
Binary110010101010111000101001001111100000101011010001001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2B8A; }

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

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

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

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

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

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

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

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