#CA2997

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

Shades of Medium Red Violet #CA2997

Tints of Medium Red Violet #CA2997

Color information

#CA2997 (or 0xCA2997) is unknown color: approx Medium Red Violet. HEX triplet: CA, 29 and 97. RGB value is (202,41,151). Sum of RGB (Red+Green+Blue) = 202+41+151=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2997 is #35D668. Grayscale: #656565. Windows color (decimal): -3528297 or 9906634. OLE color: 9906634.

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

Color convert

RGB20241151-
CMYK00.800.250.21
HSL319.01º66.26%47.65%-
HSV(B)319.01º79.7%79.22%-
XYZ30.7416.3830.82-
YUV101.68155.84199.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.27%
GREEN value IS 41 (16.41% from 255) = 10.41%
BLUE value IS 151 (59.38% from 255) = 38.32%
R=51.27%
G=10.41%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024115100.800.250.21319.0166.2647.65
HexCA2997050191513f4230
Octal312512270120312547710260
Binary11001010101001100101110101000011001101011001111111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2997; }

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

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

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

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

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

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

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

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