#CA1676

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

Shades of Medium Violet Red #CA1676

Tints of Medium Violet Red #CA1676

Color information

#CA1676 (or 0xCA1676) is unknown color: approx Medium Violet Red. HEX triplet: CA, 16 and 76. RGB value is (202,22,118). Sum of RGB (Red+Green+Blue) = 202+22+118=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1676 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1676 is #35E989. Grayscale: #565656. Windows color (decimal): -3533194 or 7739082. OLE color: 7739082.

HSL color Cylindrical-coordinate representation of color #CA1676: hue angle of 328º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1676 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB20222118-
CMYK00.890.420.21
HSL328º80.36%43.92%-
HSV(B)328º89.11%79.22%-
XYZ27.9114.4418.46-
YUV86.76145.63210.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.06%
GREEN value IS 22 (8.98% from 255) = 6.43%
BLUE value IS 118 (46.48% from 255) = 34.50%
R=59.06%
G=6.43%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022211800.890.420.2132880.3643.92
HexCA16760592A15148502c
Octal312261660131522551012054
Binary1100101010110111011001011001101010101011010010001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1676; }

 p { color: rgb(202,22,118); }

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

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

 a { background-color: rgb(202,22,118); }

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

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

 span { border-color: rgb(202,22,118); }

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