#CA1386

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

Shades of Medium Violet Red #CA1386

Tints of Medium Violet Red #CA1386

Color information

#CA1386 (or 0xCA1386) is unknown color: approx Medium Violet Red. HEX triplet: CA, 13 and 86. RGB value is (202,19,134). Sum of RGB (Red+Green+Blue) = 202+19+134=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1386 is #35EC79. Grayscale: #565656. Windows color (decimal): -3533946 or 8786890. OLE color: 8786890.

HSL color Cylindrical-coordinate representation of color #CA1386: hue angle of 322.3º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA1386 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB20219134-
CMYK00.910.340.21
HSL322.3º82.81%43.33%-
HSV(B)322.3º90.59%79.22%-
XYZ28.8914.7423.88-
YUV86.83154.63210.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.90%
GREEN value IS 19 (7.81% from 255) = 5.35%
BLUE value IS 134 (52.73% from 255) = 37.75%
R=56.90%
G=5.35%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021913400.910.340.21322.382.8143.33
HexCA138605B2215142532b
Octal312232060133422550212353
Binary11001010100111000011001011011100010101011010000101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1386; }

 p { color: rgb(202,19,134); }

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

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

 a { background-color: rgb(202,19,134); }

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

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

 span { border-color: rgb(202,19,134); }

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