#CA1C78

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

Shades of Medium Violet Red #CA1C78

Tints of Medium Violet Red #CA1C78

Color information

#CA1C78 (or 0xCA1C78) is unknown color: approx Medium Violet Red. HEX triplet: CA, 1C and 78. RGB value is (202,28,120). Sum of RGB (Red+Green+Blue) = 202+28+120=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1C78 is #35E387. Grayscale: #5A5A5A. Windows color (decimal): -3531656 or 7871690. OLE color: 7871690.

HSL color Cylindrical-coordinate representation of color #CA1C78: hue angle of 328.28º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1C78 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB20228120-
CMYK00.860.410.21
HSL328.28º75.65%45.1%-
HSV(B)328.28º86.14%79.22%-
XYZ28.1614.7419.13-
YUV90.51144.65207.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.71%
GREEN value IS 28 (11.33% from 255) = 8%
BLUE value IS 120 (47.27% from 255) = 34.29%
R=57.71%
G=8%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022812000.860.410.21328.2875.6545.1
HexCA1C7805629151484c2d
Octal312341700126512551011455
Binary1100101011100111100001010110101001101011010010001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1C78; }

 p { color: rgb(202,28,120); }

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

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

 a { background-color: rgb(202,28,120); }

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

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

 span { border-color: rgb(202,28,120); }

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