#CA2995

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

Shades of Medium Red Violet #CA2995

Tints of Medium Red Violet #CA2995

Color information

#CA2995 (or 0xCA2995) is unknown color: approx Medium Red Violet. HEX triplet: CA, 29 and 95. RGB value is (202,41,149). Sum of RGB (Red+Green+Blue) = 202+41+149=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2995 is #35D66A. Grayscale: #656565. Windows color (decimal): -3528299 or 9775562. OLE color: 9775562.

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

Color convert

RGB20241149-
CMYK00.800.260.21
HSL319.75º66.26%47.65%-
HSV(B)319.75º79.7%79.22%-
XYZ30.5716.3129.97-
YUV101.45154.84199.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.53%
GREEN value IS 41 (16.41% from 255) = 10.46%
BLUE value IS 149 (58.59% from 255) = 38.01%
R=51.53%
G=10.46%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024114900.800.260.21319.7566.2647.65
HexCA29950501A151404230
Octal312512250120322550010260
Binary11001010101001100101010101000011010101011010000001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2995; }

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

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

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

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

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

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

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

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