#CA378A

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

Shades of Medium Red Violet #CA378A

Tints of Medium Red Violet #CA378A

Color information

#CA378A (or 0xCA378A) is unknown color: approx Medium Red Violet. HEX triplet: CA, 37 and 8A. RGB value is (202,55,138). Sum of RGB (Red+Green+Blue) = 202+55+138=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA378A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA378A is #35C875. Grayscale: #6C6C6C. Windows color (decimal): -3524726 or 9058250. OLE color: 9058250.

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

Color convert

RGB20255138-
CMYK00.730.320.21
HSL326.12º58.1%50.39%-
HSV(B)326.12º72.77%79.22%-
XYZ30.3117.1225.75-
YUV108.42144.7194.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.14%
GREEN value IS 55 (21.88% from 255) = 13.92%
BLUE value IS 138 (54.30% from 255) = 34.94%
R=51.14%
G=13.92%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025513800.730.320.21326.1258.150.39
HexCA378A04920151463a32
Octal31267212011140255067262
Binary11001010110111100010100100100110000010101101000110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA378A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA378A; }

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

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

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

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

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

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

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

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