#CA127C

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

Shades of Medium Violet Red #CA127C

Tints of Medium Violet Red #CA127C

Color information

#CA127C (or 0xCA127C) is unknown color: approx Medium Violet Red. HEX triplet: CA, 12 and 7C. RGB value is (202,18,124). Sum of RGB (Red+Green+Blue) = 202+18+124=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA127C is #35ED83. Grayscale: #545454. Windows color (decimal): -3534212 or 8131274. OLE color: 8131274.

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

Color convert

RGB20218124-
CMYK00.910.390.21
HSL325.43º83.64%43.14%-
HSV(B)325.43º91.09%79.22%-
XYZ28.2114.4420.37-
YUV85.1149.96211.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.72%
GREEN value IS 18 (7.42% from 255) = 5.23%
BLUE value IS 124 (48.83% from 255) = 36.05%
R=58.72%
G=5.23%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021812400.910.390.21325.4383.6443.14
HexCA127C05B2715145542b
Octal312221740133472550512453
Binary1100101010010111110001011011100111101011010001011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA127C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA127C; }

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

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

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

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

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

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

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

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