#cf1cb8

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

Shades of Deep Magenta #CF1CB8

Tints of Deep Magenta #CF1CB8

Color information

#CF1CB8 (or 0xCF1CB8) is unknown color: approx Deep Magenta. HEX triplet: CF, 1C and B8. RGB value is (207,28,184). Sum of RGB (Red+Green+Blue) = 207+28+184=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 28 (11.33% from 255 or 6.68% from 419); Blue value is 184 (72.27% from 255 or 43.91% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1CB8 is #30E347. Grayscale: #626262. Windows color (decimal): -3203912 or 12065999. OLE color: 12065999.

HSL color Cylindrical-coordinate representation of color #CF1CB8: hue angle of 307.71º degrees, saturation: 0.76, 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 #CF1CB8 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB20728184-
CMYK00.860.110.19
HSL307.71º76.17%46.08%-
HSV(B)307.71º86.47%81.18%-
XYZ34.817.5646.9-
YUV99.3175.8204.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.40%
GREEN value IS 28 (11.33% from 255) = 6.68%
BLUE value IS 184 (72.27% from 255) = 43.91%
R=49.40%
G=6.68%
B=43.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072818400.860.110.19307.7176.1746.08
HexCF1CB8056B131344c2e
Octal317342700126132346411456
Binary110011111110010111000010101101011100111001101001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf1cb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf1cb8; }

 p { color: rgb(207,28,184); }

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

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

 a { background-color: rgb(207,28,184); }

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

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

 span { border-color: rgb(207,28,184); }

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