#CA1677

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

Shades of Medium Violet Red #CA1677

Tints of Medium Violet Red #CA1677

Color information

#CA1677 (or 0xCA1677) is unknown color: approx Medium Violet Red. HEX triplet: CA, 16 and 77. RGB value is (202,22,119). Sum of RGB (Red+Green+Blue) = 202+22+119=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1677 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1677 is #35E988. Grayscale: #565656. Windows color (decimal): -3533193 or 7804618. OLE color: 7804618.

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

Color convert

RGB20222119-
CMYK00.890.410.21
HSL327.67º80.36%43.92%-
HSV(B)327.67º89.11%79.22%-
XYZ27.9714.4618.77-
YUV86.88146.13210.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.89%
GREEN value IS 22 (8.98% from 255) = 6.41%
BLUE value IS 119 (46.88% from 255) = 34.69%
R=58.89%
G=6.41%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022211900.890.410.21327.6780.3643.92
HexCA16770592915148502c
Octal312261670131512551012054
Binary1100101010110111011101011001101001101011010010001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1677; }

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

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

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

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

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

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

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

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