#cf1fe4

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

Shades of Deep Magenta #CF1FE4

Tints of Deep Magenta #CF1FE4

Color information

#CF1FE4 (or 0xCF1FE4) is unknown color: approx Deep Magenta. HEX triplet: CF, 1F and E4. RGB value is (207,31,228). Sum of RGB (Red+Green+Blue) = 207+31+228=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 31 (12.5% from 255 or 6.65% from 466); Blue value is 228 (89.45% from 255 or 48.93% from 466); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF1FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1FE4 is #30E01B. Grayscale: #696969. Windows color (decimal): -3203100 or 14950351. OLE color: 14950351.

HSL color Cylindrical-coordinate representation of color #CF1FE4: hue angle of 293.6º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1FE4 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20731228-
CMYK0.090.8600.11
HSL293.6º78.49%50.78%-
HSV(B)293.6º86.4%89.41%-
XYZ40.2319.8575.11-
YUV106.08196.81199.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.42%
GREEN value IS 31 (12.5% from 255) = 6.65%
BLUE value IS 228 (89.45% from 255) = 48.93%
R=44.42%
G=6.65%
B=48.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal207312280.090.8600.11293.678.4950.78
HexCF1FE49560B1264e33
Octal317373441112601344611663
Binary11001111111111110010010011010110010111001001101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf1fe4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf1fe4; }

 p { color: rgb(207,31,228); }

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

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

 a { background-color: rgb(207,31,228); }

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

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

 span { border-color: rgb(207,31,228); }

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