#CF28DD

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

Shades of Deep Magenta #CF28DD

Tints of Deep Magenta #CF28DD

Color information

#CF28DD (or 0xCF28DD) is unknown color: approx Deep Magenta. HEX triplet: CF, 28 and DD. RGB value is (207,40,221). Sum of RGB (Red+Green+Blue) = 207+40+221=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 40 (16.02% from 255 or 8.55% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF28DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF28DD is #30D722. Grayscale: #6E6E6E. Windows color (decimal): -3200803 or 14493903. OLE color: 14493903.

HSL color Cylindrical-coordinate representation of color #CF28DD: hue angle of 295.36º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF28DD is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20740221-
CMYK0.060.8200.13
HSL295.36º72.69%51.18%-
HSV(B)295.36º81.9%86.67%-
XYZ39.542070.18-
YUV110.57190.33196.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.23%
GREEN value IS 40 (16.02% from 255) = 8.55%
BLUE value IS 221 (86.72% from 255) = 47.22%
R=44.23%
G=8.55%
B=47.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal207402210.060.8200.13295.3672.6951.18
HexCF28DD6520D1274933
Octal31750335612201544711163
Binary11001111101000110111011101010010011011001001111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF28DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF28DD; }

 p { color: rgb(207,40,221); }

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

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

 a { background-color: rgb(207,40,221); }

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

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

 span { border-color: rgb(207,40,221); }

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