#CA299B

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

Shades of Medium Red Violet #CA299B

Tints of Medium Red Violet #CA299B

Color information

#CA299B (or 0xCA299B) is unknown color: approx Medium Red Violet. HEX triplet: CA, 29 and 9B. RGB value is (202,41,155). Sum of RGB (Red+Green+Blue) = 202+41+155=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA299B is #35D664. Grayscale: #656565. Windows color (decimal): -3528293 or 10168778. OLE color: 10168778.

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

Color convert

RGB20241155-
CMYK00.800.230.21
HSL317.52º66.26%47.65%-
HSV(B)317.52º79.7%79.22%-
XYZ31.0716.5132.56-
YUV102.14157.84199.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.75%
GREEN value IS 41 (16.41% from 255) = 10.30%
BLUE value IS 155 (60.94% from 255) = 38.94%
R=50.75%
G=10.30%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024115500.800.230.21317.5266.2647.65
HexCA299B050171513e4230
Octal312512330120272547610260
Binary11001010101001100110110101000010111101011001111101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA299B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA299B; }

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

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

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

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

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

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

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

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