#cf2bdd

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

Shades of Deep Magenta #CF2BDD

Tints of Deep Magenta #CF2BDD

Color information

#CF2BDD (or 0xCF2BDD) is unknown color: approx Deep Magenta. HEX triplet: CF, 2B and DD. RGB value is (207,43,221). Sum of RGB (Red+Green+Blue) = 207+43+221=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 43 (17.19% from 255 or 9.13% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF2BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2BDD is #30D422. Grayscale: #6F6F6F. Windows color (decimal): -3200035 or 14494671. OLE color: 14494671.

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

Color convert

RGB20743221-
CMYK0.060.8100.13
HSL295.28º72.36%51.76%-
HSV(B)295.28º80.54%86.67%-
XYZ39.6520.2170.22-
YUV112.33189.33195.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.95%
GREEN value IS 43 (17.19% from 255) = 9.13%
BLUE value IS 221 (86.72% from 255) = 46.92%
R=43.95%
G=9.13%
B=46.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal207432210.060.8100.13295.2872.3651.76
HexCF2BDD6510D1274834
Octal31753335612101544711064
Binary11001111101011110111011101010001011011001001111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf2bdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf2bdd; }

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

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

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

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

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

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

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

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