#C127BB

Color #C127BB Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C127BB

Tints of Deep Magenta #C127BB

Color information

#C127BB (or 0xC127BB) is unknown color: approx Deep Magenta. HEX triplet: C1, 27 and BB. RGB value is (193,39,187). Sum of RGB (Red+Green+Blue) = 193+39+187=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C127BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C127BB is #3ED844. Grayscale: #656565. Windows color (decimal): -4118597 or 12265409. OLE color: 12265409.

HSL color Cylindrical-coordinate representation of color #C127BB: hue angle of 302.34º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C127BB is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB19339187-
CMYK00.800.030.24
HSL302.34º66.38%45.49%-
HSV(B)302.34º79.79%75.69%-
XYZ31.6916.3848.5-
YUV101.92176.02192.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.06%
GREEN value IS 39 (15.62% from 255) = 9.31%
BLUE value IS 187 (73.44% from 255) = 44.63%
R=46.06%
G=9.31%
B=44.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1933918700.800.030.24302.3466.3845.49
HexC127BB05031812e422d
Octal30147273012033045610255
Binary11000001100111101110110101000011110001001011101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C127BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C127BB; }

 p { color: rgb(193,39,187); }

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

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

 a { background-color: rgb(193,39,187); }

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

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

 span { border-color: rgb(193,39,187); }

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