#CE1FBA

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

Shades of Deep Magenta #CE1FBA

Tints of Deep Magenta #CE1FBA

Color information

#CE1FBA (or 0xCE1FBA) is unknown color: approx Deep Magenta. HEX triplet: CE, 1F and BA. RGB value is (206,31,186). Sum of RGB (Red+Green+Blue) = 206+31+186=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 31 (12.5% from 255 or 7.33% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1FBA is #31E045. Grayscale: #646464. Windows color (decimal): -3268678 or 12197838. OLE color: 12197838.

HSL color Cylindrical-coordinate representation of color #CE1FBA: hue angle of 306.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1FBA is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB20631186-
CMYK00.850.100.19
HSL306.86º73.84%46.47%-
HSV(B)306.86º84.95%80.78%-
XYZ34.8117.6548.03-
YUV101175.98202.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.70%
GREEN value IS 31 (12.5% from 255) = 7.33%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=48.70%
G=7.33%
B=43.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2063118600.850.100.19306.8673.8446.47
HexCE1FBA055A131334a2e
Octal316372720125122346311256
Binary110011101111110111010010101011010100111001100111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE1FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE1FBA; }

 p { color: rgb(206,31,186); }

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

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

 a { background-color: rgb(206,31,186); }

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

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

 span { border-color: rgb(206,31,186); }

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