#CF2CCE

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

Shades of Deep Magenta #CF2CCE

Tints of Deep Magenta #CF2CCE

Color information

#CF2CCE (or 0xCF2CCE) is unknown color: approx Deep Magenta. HEX triplet: CF, 2C and CE. RGB value is (207,44,206). Sum of RGB (Red+Green+Blue) = 207+44+206=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 44 (17.58% from 255 or 9.63% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2CCE is #30D331. Grayscale: #6E6E6E. Windows color (decimal): -3199794 or 13511887. OLE color: 13511887.

HSL color Cylindrical-coordinate representation of color #CF2CCE: hue angle of 300.37º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2CCE is Cyan = 0, Magento = 0.79, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB20744206-
CMYK00.790.000.19
HSL300.37º64.94%49.22%-
HSV(B)300.37º78.74%81.18%-
XYZ37.7719.5260.17-
YUV111.21181.5196.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.30%
GREEN value IS 44 (17.58% from 255) = 9.63%
BLUE value IS 206 (80.86% from 255) = 45.08%
R=45.30%
G=9.63%
B=45.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074420600.790.000.19300.3764.9449.22
HexCF2CCE04F01312c4131
Octal31754316011702345410161
Binary1100111110110011001110010011110100111001011001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2CCE; }

 p { color: rgb(207,44,206); }

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

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

 a { background-color: rgb(207,44,206); }

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

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

 span { border-color: rgb(207,44,206); }

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