#CA298A

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

Shades of Medium Red Violet #CA298A

Tints of Medium Red Violet #CA298A

Color information

#CA298A (or 0xCA298A) is unknown color: approx Medium Red Violet. HEX triplet: CA, 29 and 8A. RGB value is (202,41,138). Sum of RGB (Red+Green+Blue) = 202+41+138=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA298A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA298A is #35D675. Grayscale: #636363. Windows color (decimal): -3528310 or 9054666. OLE color: 9054666.

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

Color convert

RGB20241138-
CMYK00.800.320.21
HSL323.85º66.26%47.65%-
HSV(B)323.85º79.7%79.22%-
XYZ29.7415.9825.56-
YUV100.2149.34200.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.02%
GREEN value IS 41 (16.41% from 255) = 10.76%
BLUE value IS 138 (54.30% from 255) = 36.22%
R=53.02%
G=10.76%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024113800.800.320.21323.8566.2647.65
HexCA298A05020151444230
Octal312512120120402550410260
Binary110010101010011000101001010000100000101011010001001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA298A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA298A; }

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

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

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

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

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

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

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

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