#CF03AE

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

Shades of Deep Magenta #CF03AE

Tints of Deep Magenta #CF03AE

Color information

#CF03AE (or 0xCF03AE) is unknown color: approx Deep Magenta. HEX triplet: CF, 03 and AE. RGB value is (207,3,174). Sum of RGB (Red+Green+Blue) = 207+3+174=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF03AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF03AE is #30FC51. Grayscale: #535353. Windows color (decimal): -3210322 or 11404239. OLE color: 11404239.

HSL color Cylindrical-coordinate representation of color #CF03AE: hue angle of 309.71º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF03AE is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB2073174-
CMYK00.990.160.19
HSL309.71º97.14%41.18%-
HSV(B)309.71º98.55%81.18%-
XYZ33.416.3941.45-
YUV83.49179.09216.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.91%
GREEN value IS 3 (1.56% from 255) = 0.78%
BLUE value IS 174 (68.36% from 255) = 45.31%
R=53.91%
G=0.78%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207317400.990.160.19309.7197.1441.18
HexCF3AE06310131366129
Octal31732560143202346614151
Binary1100111111101011100110001110000100111001101101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF03AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF03AE; }

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

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

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

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

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

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

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

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