#CA126F

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

Shades of Medium Violet Red #CA126F

Tints of Medium Violet Red #CA126F

Color information

#CA126F (or 0xCA126F) is unknown color: approx Medium Violet Red. HEX triplet: CA, 12 and 6F. RGB value is (202,18,111). Sum of RGB (Red+Green+Blue) = 202+18+111=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA126F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA126F is #35ED90. Grayscale: #535353. Windows color (decimal): -3534225 or 7279306. OLE color: 7279306.

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

Color convert

RGB20218111-
CMYK00.910.450.21
HSL329.67º83.64%43.14%-
HSV(B)329.67º91.09%79.22%-
XYZ27.4414.1416.32-
YUV83.62143.46212.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.03%
GREEN value IS 18 (7.42% from 255) = 5.44%
BLUE value IS 111 (43.75% from 255) = 33.53%
R=61.03%
G=5.44%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021811100.910.450.21329.6783.6443.14
HexCA126F05B2D1514a542b
Octal312221570133552551212453
Binary1100101010010110111101011011101101101011010010101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA126F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA126F; }

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

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

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

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

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

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

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

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