#CA2B93

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

Shades of Medium Red Violet #CA2B93

Tints of Medium Red Violet #CA2B93

Color information

#CA2B93 (or 0xCA2B93) is unknown color: approx Medium Red Violet. HEX triplet: CA, 2B and 93. RGB value is (202,43,147). Sum of RGB (Red+Green+Blue) = 202+43+147=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 43 (17.19% from 255 or 10.97% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2B93 is #35D46C. Grayscale: #666666. Windows color (decimal): -3527789 or 9645002. OLE color: 9645002.

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

Color convert

RGB20243147-
CMYK00.790.270.21
HSL320.75º64.9%48.04%-
HSV(B)320.75º78.71%79.22%-
XYZ30.4916.3929.16-
YUV102.4153.18199.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.53%
GREEN value IS 43 (17.19% from 255) = 10.97%
BLUE value IS 147 (57.81% from 255) = 37.5%
R=51.53%
G=10.97%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024314700.790.270.21320.7564.948.04
HexCA2B9304F1B151414130
Octal312532230117332550110160
Binary11001010101011100100110100111111011101011010000011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2B93; }

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

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

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

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

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

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

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

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