#CA2A94

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

Shades of Medium Red Violet #CA2A94

Tints of Medium Red Violet #CA2A94

Color information

#CA2A94 (or 0xCA2A94) is unknown color: approx Medium Red Violet. HEX triplet: CA, 2A and 94. RGB value is (202,42,148). Sum of RGB (Red+Green+Blue) = 202+42+148=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2A94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2A94 is #35D56B. Grayscale: #656565. Windows color (decimal): -3528044 or 9710282. OLE color: 9710282.

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

Color convert

RGB20242148-
CMYK00.790.270.21
HSL320.25º65.57%47.84%-
HSV(B)320.25º79.21%79.22%-
XYZ30.5316.3529.56-
YUV101.92154.01199.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.53%
GREEN value IS 42 (16.80% from 255) = 10.71%
BLUE value IS 148 (58.20% from 255) = 37.76%
R=51.53%
G=10.71%
B=37.76%

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
Decimal2024214800.790.270.21320.2565.5747.84
HexCA2A9404F1B151404230
Octal312522240117332550010260
Binary11001010101010100101000100111111011101011010000001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2A94; }

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

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

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

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

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

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

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

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