#CA128A

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

Shades of Medium Violet Red #CA128A

Tints of Medium Violet Red #CA128A

Color information

#CA128A (or 0xCA128A) is unknown color: approx Medium Violet Red. HEX triplet: CA, 12 and 8A. RGB value is (202,18,138). Sum of RGB (Red+Green+Blue) = 202+18+138=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA128A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA128A is #35ED75. Grayscale: #565656. Windows color (decimal): -3534198 or 9048778. OLE color: 9048778.

HSL color Cylindrical-coordinate representation of color #CA128A: hue angle of 320.87º degrees, saturation: 0.84, 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 #CA128A is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB20218138-
CMYK00.910.320.21
HSL320.87º83.64%43.14%-
HSV(B)320.87º91.09%79.22%-
XYZ29.1614.8225.37-
YUV86.7156.96210.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.42%
GREEN value IS 18 (7.42% from 255) = 5.03%
BLUE value IS 138 (54.30% from 255) = 38.55%
R=56.42%
G=5.03%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021813800.910.320.21320.8783.6443.14
HexCA128A05B2015141542b
Octal312222120133402550112453
Binary11001010100101000101001011011100000101011010000011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA128A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA128A; }

 p { color: rgb(202,18,138); }

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

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

 a { background-color: rgb(202,18,138); }

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

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

 span { border-color: rgb(202,18,138); }

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