#CA2E8B

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

Shades of Medium Red Violet #CA2E8B

Tints of Medium Red Violet #CA2E8B

Color information

#CA2E8B (or 0xCA2E8B) is unknown color: approx Medium Red Violet. HEX triplet: CA, 2E and 8B. RGB value is (202,46,139). Sum of RGB (Red+Green+Blue) = 202+46+139=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2E8B is #35D174. Grayscale: #676767. Windows color (decimal): -3527029 or 9121482. OLE color: 9121482.

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

Color convert

RGB20246139-
CMYK00.770.310.21
HSL324.23º62.9%48.63%-
HSV(B)324.23º77.23%79.22%-
XYZ29.9916.3726.01-
YUV103.25148.18198.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.20%
GREEN value IS 46 (18.36% from 255) = 11.89%
BLUE value IS 139 (54.69% from 255) = 35.92%
R=52.20%
G=11.89%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024613900.770.310.21324.2362.948.63
HexCA2E8B04D1F151443f31
Octal31256213011537255047761
Binary1100101010111010001011010011011111110101101000100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2E8B; }

 p { color: rgb(202,46,139); }

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

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

 a { background-color: rgb(202,46,139); }

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

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

 span { border-color: rgb(202,46,139); }

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