#ca378b

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

Shades of Medium Red Violet #CA378B

Tints of Medium Red Violet #CA378B

Color information

#CA378B (or 0xCA378B) is unknown color: approx Medium Red Violet. HEX triplet: CA, 37 and 8B. RGB value is (202,55,139). Sum of RGB (Red+Green+Blue) = 202+55+139=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA378B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA378B is #35C874. Grayscale: #6C6C6C. Windows color (decimal): -3524725 or 9123786. OLE color: 9123786.

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

Color convert

RGB20255139-
CMYK00.730.310.21
HSL325.71º58.1%50.39%-
HSV(B)325.71º72.77%79.22%-
XYZ30.3817.1526.14-
YUV108.53145.2194.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.01%
GREEN value IS 55 (21.88% from 255) = 13.89%
BLUE value IS 139 (54.69% from 255) = 35.10%
R=51.01%
G=13.89%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025513900.730.310.21325.7158.150.39
HexCA378B0491F151463a32
Octal31267213011137255067262
Binary1100101011011110001011010010011111110101101000110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca378b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca378b; }

 p { color: rgb(202,55,139); }

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

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

 a { background-color: rgb(202,55,139); }

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

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

 span { border-color: rgb(202,55,139); }

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