#CA338D

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

Shades of Medium Red Violet #CA338D

Tints of Medium Red Violet #CA338D

Color information

#CA338D (or 0xCA338D) is unknown color: approx Medium Red Violet. HEX triplet: CA, 33 and 8D. RGB value is (202,51,141). Sum of RGB (Red+Green+Blue) = 202+51+141=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA338D is #35CC72. Grayscale: #6A6A6A. Windows color (decimal): -3525747 or 9253834. OLE color: 9253834.

HSL color Cylindrical-coordinate representation of color #CA338D: hue angle of 324.24º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA338D is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB20251141-
CMYK00.750.300.21
HSL324.24º59.68%49.61%-
HSV(B)324.24º74.75%79.22%-
XYZ30.3516.8526.85-
YUV106.41147.53196.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.27%
GREEN value IS 51 (20.31% from 255) = 12.94%
BLUE value IS 141 (55.47% from 255) = 35.79%
R=51.27%
G=12.94%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025114100.750.300.21324.2459.6849.61
HexCA338D04B1E151443c32
Octal31263215011336255047462
Binary1100101011001110001101010010111111010101101000100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA338D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA338D; }

 p { color: rgb(202,51,141); }

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

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

 a { background-color: rgb(202,51,141); }

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

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

 span { border-color: rgb(202,51,141); }

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