#CA1CA8

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

Shades of Medium Violet Red #CA1CA8

Tints of Medium Violet Red #CA1CA8

Color information

#CA1CA8 (or 0xCA1CA8) is unknown color: approx Medium Violet Red. HEX triplet: CA, 1C and A8. RGB value is (202,28,168). Sum of RGB (Red+Green+Blue) = 202+28+168=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 28 (11.33% from 255 or 7.04% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1CA8 is #35E357. Grayscale: #5F5F5F. Windows color (decimal): -3531608 or 11017418. OLE color: 11017418.

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

Color convert

RGB20228168-
CMYK00.860.170.21
HSL311.72º75.65%45.1%-
HSV(B)311.72º86.14%79.22%-
XYZ31.8416.2138.5-
YUV95.99168.65203.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.75%
GREEN value IS 28 (11.33% from 255) = 7.04%
BLUE value IS 168 (66.02% from 255) = 42.21%
R=50.75%
G=7.04%
B=42.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022816800.860.170.21311.7275.6545.1
HexCA1CA805611151384c2d
Octal312342500126212547011455
Binary1100101011100101010000101011010001101011001110001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1CA8; }

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

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

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

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

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

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

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

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