#CA3395

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

Shades of Medium Red Violet #CA3395

Tints of Medium Red Violet #CA3395

Color information

#CA3395 (or 0xCA3395) is unknown color: approx Medium Red Violet. HEX triplet: CA, 33 and 95. RGB value is (202,51,149). Sum of RGB (Red+Green+Blue) = 202+51+149=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 51 (20.31% from 255 or 12.69% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3395 is #35CC6A. Grayscale: #6B6B6B. Windows color (decimal): -3525739 or 9778122. OLE color: 9778122.

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

Color convert

RGB20251149-
CMYK00.750.260.21
HSL321.06º59.68%49.61%-
HSV(B)321.06º74.75%79.22%-
XYZ30.9717.0930.1-
YUV107.32151.53195.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.25%
GREEN value IS 51 (20.31% from 255) = 12.69%
BLUE value IS 149 (58.59% from 255) = 37.06%
R=50.25%
G=12.69%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025114900.750.260.21321.0659.6849.61
HexCA339504B1A151413c32
Octal31263225011332255017462
Binary1100101011001110010101010010111101010101101000001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3395; }

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

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

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

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

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

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

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

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