#CF1DB0

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

Shades of Deep Magenta #CF1DB0

Tints of Deep Magenta #CF1DB0

Color information

#CF1DB0 (or 0xCF1DB0) is unknown color: approx Deep Magenta. HEX triplet: CF, 1D and B0. RGB value is (207,29,176). Sum of RGB (Red+Green+Blue) = 207+29+176=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1DB0 is #30E24F. Grayscale: #626262. Windows color (decimal): -3203664 or 11541967. OLE color: 11541967.

HSL color Cylindrical-coordinate representation of color #CF1DB0: hue angle of 310.45º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1DB0 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB20729176-
CMYK00.860.150.19
HSL310.45º75.42%46.27%-
HSV(B)310.45º85.99%81.18%-
XYZ34.0117.2842.62-
YUV98.98171.47205.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.24%
GREEN value IS 29 (11.72% from 255) = 7.04%
BLUE value IS 176 (69.14% from 255) = 42.72%
R=50.24%
G=7.04%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072917600.860.150.19310.4575.4246.27
HexCF1DB0056F131364b2e
Octal317352600126172346611356
Binary110011111110110110000010101101111100111001101101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1DB0; }

 p { color: rgb(207,29,176); }

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

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

 a { background-color: rgb(207,29,176); }

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

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

 span { border-color: rgb(207,29,176); }

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