#CE1FCA

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

Shades of Deep Magenta #CE1FCA

Tints of Deep Magenta #CE1FCA

Color information

#CE1FCA (or 0xCE1FCA) is unknown color: approx Deep Magenta. HEX triplet: CE, 1F and CA. RGB value is (206,31,202). Sum of RGB (Red+Green+Blue) = 206+31+202=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 31 (12.5% from 255 or 7.06% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1FCA is #31E035. Grayscale: #666666. Windows color (decimal): -3268662 or 13246414. OLE color: 13246414.

HSL color Cylindrical-coordinate representation of color #CE1FCA: hue angle of 301.37º 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 #CE1FCA is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB20631202-
CMYK00.850.020.19
HSL301.37º73.84%46.47%-
HSV(B)301.37º84.95%80.78%-
XYZ36.618.3757.49-
YUV102.82183.98201.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.92%
GREEN value IS 31 (12.5% from 255) = 7.06%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=46.92%
G=7.06%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2063120200.850.020.19301.3773.8446.47
HexCE1FCA05521312d4a2e
Octal31637312012522345511256
Binary1100111011111110010100101010110100111001011011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE1FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE1FCA; }

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

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

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

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

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

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

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

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