#CA1799

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

Shades of Medium Violet Red #CA1799

Tints of Medium Violet Red #CA1799

Color information

#CA1799 (or 0xCA1799) is unknown color: approx Medium Violet Red. HEX triplet: CA, 17 and 99. RGB value is (202,23,153). Sum of RGB (Red+Green+Blue) = 202+23+153=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1799 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1799 is #35E866. Grayscale: #5A5A5A. Windows color (decimal): -3532903 or 10033098. OLE color: 10033098.

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

Color convert

RGB20223153-
CMYK00.890.240.21
HSL316.42º79.56%44.12%-
HSV(B)316.42º88.61%79.22%-
XYZ30.4115.4731.52-
YUV91.34162.8206.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.44%
GREEN value IS 23 (9.38% from 255) = 6.08%
BLUE value IS 153 (60.16% from 255) = 40.48%
R=53.44%
G=6.08%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022315300.890.240.21316.4279.5644.12
HexCA1799059181513c502c
Octal312272310131302547412054
Binary1100101010111100110010101100111000101011001111001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1799; }

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

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

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

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

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

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

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

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