#CA2A8A

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

Shades of Medium Red Violet #CA2A8A

Tints of Medium Red Violet #CA2A8A

Color information

#CA2A8A (or 0xCA2A8A) is unknown color: approx Medium Red Violet. HEX triplet: CA, 2A and 8A. RGB value is (202,42,138). Sum of RGB (Red+Green+Blue) = 202+42+138=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2A8A is #35D575. Grayscale: #646464. Windows color (decimal): -3528054 or 9054922. OLE color: 9054922.

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

Color convert

RGB20242138-
CMYK00.790.320.21
HSL324º65.57%47.84%-
HSV(B)324º79.21%79.22%-
XYZ29.7716.0525.57-
YUV100.78149.01200.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.88%
GREEN value IS 42 (16.80% from 255) = 10.99%
BLUE value IS 138 (54.30% from 255) = 36.13%
R=52.88%
G=10.99%
B=36.13%

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
Decimal2024213800.790.320.2132465.5747.84
HexCA2A8A04F20151444230
Octal312522120117402550410260
Binary110010101010101000101001001111100000101011010001001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2A8A; }

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

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

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

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

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

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

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

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