#CA127B

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

Shades of Medium Violet Red #CA127B

Tints of Medium Violet Red #CA127B

Color information

#CA127B (or 0xCA127B) is unknown color: approx Medium Violet Red. HEX triplet: CA, 12 and 7B. RGB value is (202,18,123). Sum of RGB (Red+Green+Blue) = 202+18+123=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA127B is #35ED84. Grayscale: #545454. Windows color (decimal): -3534213 or 8065738. OLE color: 8065738.

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

Color convert

RGB20218123-
CMYK00.910.390.21
HSL325.76º83.64%43.14%-
HSV(B)325.76º91.09%79.22%-
XYZ28.1514.4220.04-
YUV84.99149.46211.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.89%
GREEN value IS 18 (7.42% from 255) = 5.25%
BLUE value IS 123 (48.44% from 255) = 35.86%
R=58.89%
G=5.25%
B=35.86%

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
Decimal2021812300.910.390.21325.7683.6443.14
HexCA127B05B2715146542b
Octal312221730133472550612453
Binary1100101010010111101101011011100111101011010001101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA127B; }

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

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

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

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

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

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

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

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