#CA2994

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

Shades of Medium Red Violet #CA2994

Tints of Medium Red Violet #CA2994

Color information

#CA2994 (or 0xCA2994) is unknown color: approx Medium Red Violet. HEX triplet: CA, 29 and 94. RGB value is (202,41,148). Sum of RGB (Red+Green+Blue) = 202+41+148=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2994 is #35D66B. Grayscale: #656565. Windows color (decimal): -3528300 or 9710026. OLE color: 9710026.

HSL color Cylindrical-coordinate representation of color #CA2994: hue angle of 320.12º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2994 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB20241148-
CMYK00.800.270.21
HSL320.12º66.26%47.65%-
HSV(B)320.12º79.7%79.22%-
XYZ30.516.2829.55-
YUV101.34154.34199.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.66%
GREEN value IS 41 (16.41% from 255) = 10.49%
BLUE value IS 148 (58.20% from 255) = 37.85%
R=51.66%
G=10.49%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024114800.800.270.21320.1266.2647.65
HexCA29940501B151404230
Octal312512240120332550010260
Binary11001010101001100101000101000011011101011010000001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2994; }

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

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

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

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

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

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

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

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