#CF16D0

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

Shades of Deep Magenta #CF16D0

Tints of Deep Magenta #CF16D0

Color information

#CF16D0 (or 0xCF16D0) is unknown color: approx Deep Magenta. HEX triplet: CF, 16 and D0. RGB value is (207,22,208). Sum of RGB (Red+Green+Blue) = 207+22+208=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 22 (8.98% from 255 or 5.03% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF16D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF16D0 is #30E92F. Grayscale: #616161. Windows color (decimal): -3205424 or 13637327. OLE color: 13637327.

HSL color Cylindrical-coordinate representation of color #CF16D0: hue angle of 299.68º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF16D0 is Cyan = 0.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20722208-
CMYK0.000.8900.18
HSL299.68º80.87%45.1%-
HSV(B)299.68º89.42%81.57%-
XYZ37.418.3961.25-
YUV98.52189.79205.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.37%
GREEN value IS 22 (8.98% from 255) = 5.03%
BLUE value IS 208 (81.64% from 255) = 47.60%
R=47.37%
G=5.03%
B=47.60%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal207222080.000.8900.18299.6880.8745.1
HexCF16D005901212c512d
Octal31726320013102245412155
Binary110011111011011010000010110010100101001011001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF16D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF16D0; }

 p { color: rgb(207,22,208); }

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

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

 a { background-color: rgb(207,22,208); }

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

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

 span { border-color: rgb(207,22,208); }

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