#cf1cbd

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

Shades of Deep Magenta #CF1CBD

Tints of Deep Magenta #CF1CBD

Color information

#CF1CBD (or 0xCF1CBD) is unknown color: approx Deep Magenta. HEX triplet: CF, 1C and BD. RGB value is (207,28,189). Sum of RGB (Red+Green+Blue) = 207+28+189=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 28 (11.33% from 255 or 6.60% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1CBD is #30E342. Grayscale: #636363. Windows color (decimal): -3203907 or 12393679. OLE color: 12393679.

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

Color convert

RGB20728189-
CMYK00.860.090.19
HSL306.03º76.17%46.08%-
HSV(B)306.03º86.47%81.18%-
XYZ35.3317.7749.71-
YUV99.88178.3204.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.82%
GREEN value IS 28 (11.33% from 255) = 6.60%
BLUE value IS 189 (74.22% from 255) = 44.58%
R=48.82%
G=6.60%
B=44.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072818900.860.090.19306.0376.1746.08
HexCF1CBD0569131324c2e
Octal317342750126112346211456
Binary110011111110010111101010101101001100111001100101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf1cbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf1cbd; }

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

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

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

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

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

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

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

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