#CA3588

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

Shades of Medium Red Violet #CA3588

Tints of Medium Red Violet #CA3588

Color information

#CA3588 (or 0xCA3588) is unknown color: approx Medium Red Violet. HEX triplet: CA, 35 and 88. RGB value is (202,53,136). Sum of RGB (Red+Green+Blue) = 202+53+136=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3588 is #35CA77. Grayscale: #6A6A6A. Windows color (decimal): -3525240 or 8926666. OLE color: 8926666.

HSL color Cylindrical-coordinate representation of color #CA3588: hue angle of 326.58º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA3588 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB20253136-
CMYK00.740.330.21
HSL326.58º58.43%50%-
HSV(B)326.58º73.76%79.22%-
XYZ30.0716.8824.97-
YUV107.01144.36195.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.66%
GREEN value IS 53 (21.09% from 255) = 13.55%
BLUE value IS 136 (53.52% from 255) = 34.78%
R=51.66%
G=13.55%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025313600.740.330.21326.5858.4350
HexCA358804A21151473a32
Octal31265210011241255077262
Binary11001010110101100010000100101010000110101101000111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3588; }

 p { color: rgb(202,53,136); }

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

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

 a { background-color: rgb(202,53,136); }

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

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

 span { border-color: rgb(202,53,136); }

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