#CA23AA

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

Shades of Medium Violet Red #CA23AA

Tints of Medium Violet Red #CA23AA

Color information

#CA23AA (or 0xCA23AA) is unknown color: approx Medium Violet Red. HEX triplet: CA, 23 and AA. RGB value is (202,35,170). Sum of RGB (Red+Green+Blue) = 202+35+170=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 35 (14.06% from 255 or 8.60% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA23AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA23AA is #35DC55. Grayscale: #636363. Windows color (decimal): -3529814 or 11150282. OLE color: 11150282.

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

Color convert

RGB20235170-
CMYK00.830.160.21
HSL311.5º70.46%46.47%-
HSV(B)311.5º82.67%79.22%-
XYZ32.2116.6639.55-
YUV100.32167.33200.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.63%
GREEN value IS 35 (14.06% from 255) = 8.60%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=49.63%
G=8.60%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023517000.830.160.21311.570.4646.47
HexCA23AA0531015137462e
Octal312432520123202546710656
Binary11001010100011101010100101001110000101011001101111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA23AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA23AA; }

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

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

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

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

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

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

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

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