#CA1779

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

Shades of Medium Violet Red #CA1779

Tints of Medium Violet Red #CA1779

Color information

#CA1779 (or 0xCA1779) is unknown color: approx Medium Violet Red. HEX triplet: CA, 17 and 79. RGB value is (202,23,121). Sum of RGB (Red+Green+Blue) = 202+23+121=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1779 is #35E886. Grayscale: #575757. Windows color (decimal): -3532935 or 7935946. OLE color: 7935946.

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

Color convert

RGB20223121-
CMYK00.890.400.21
HSL327.15º79.56%44.12%-
HSV(B)327.15º88.61%79.22%-
XYZ28.1114.5519.42-
YUV87.69146.8209.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.38%
GREEN value IS 23 (9.38% from 255) = 6.65%
BLUE value IS 121 (47.66% from 255) = 34.97%
R=58.38%
G=6.65%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022312100.890.400.21327.1579.5644.12
HexCA17790592815147502c
Octal312271710131502550712054
Binary1100101010111111100101011001101000101011010001111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1779; }

 p { color: rgb(202,23,121); }

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

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

 a { background-color: rgb(202,23,121); }

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

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

 span { border-color: rgb(202,23,121); }

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