#CF1EC1

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

Shades of Deep Magenta #CF1EC1

Tints of Deep Magenta #CF1EC1

Color information

#CF1EC1 (or 0xCF1EC1) is unknown color: approx Deep Magenta. HEX triplet: CF, 1E and C1. RGB value is (207,30,193). Sum of RGB (Red+Green+Blue) = 207+30+193=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1EC1 is #30E13E. Grayscale: #656565. Windows color (decimal): -3203391 or 12656335. OLE color: 12656335.

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

Color convert

RGB20730193-
CMYK00.860.070.19
HSL304.75º74.68%46.47%-
HSV(B)304.75º85.51%81.18%-
XYZ35.8218.0452.05-
YUV101.5179.64203.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.14%
GREEN value IS 30 (12.11% from 255) = 6.98%
BLUE value IS 193 (75.78% from 255) = 44.88%
R=48.14%
G=6.98%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2073019300.860.070.19304.7574.6846.47
HexCF1EC10567131314b2e
Octal31736301012672346111356
Binary11001111111101100000101010110111100111001100011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1EC1; }

 p { color: rgb(207,30,193); }

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

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

 a { background-color: rgb(207,30,193); }

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

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

 span { border-color: rgb(207,30,193); }

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