#cf03e1

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

Shades of Deep Magenta #CF03E1

Tints of Deep Magenta #CF03E1

Color information

#CF03E1 (or 0xCF03E1) is unknown color: approx Deep Magenta. HEX triplet: CF, 03 and E1. RGB value is (207,3,225). Sum of RGB (Red+Green+Blue) = 207+3+225=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 3 (1.56% from 255 or 0.69% from 435); Blue value is 225 (88.28% from 255 or 51.72% from 435); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF03E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF03E1 is #30FC1E. Grayscale: #585858. Windows color (decimal): -3210271 or 14746575. OLE color: 14746575.

HSL color Cylindrical-coordinate representation of color #CF03E1: hue angle of 295.14º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF03E1 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB2073225-
CMYK0.080.9900.12
HSL295.14º97.37%44.71%-
HSV(B)295.14º98.67%88.24%-
XYZ39.3618.7772.78-
YUV89.3204.59211.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.59%
GREEN value IS 3 (1.56% from 255) = 0.69%
BLUE value IS 225 (88.28% from 255) = 51.72%
R=47.59%
G=0.69%
B=51.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal20732250.080.9900.12295.1497.3744.71
HexCF3E18630C127612d
Octal31733411014301444714155
Binary11001111111110000110001100011011001001001111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf03e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf03e1; }

 p { color: rgb(207,3,225); }

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

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

 a { background-color: rgb(207,3,225); }

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

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

 span { border-color: rgb(207,3,225); }

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