#CF18BB

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

Shades of Deep Magenta #CF18BB

Tints of Deep Magenta #CF18BB

Color information

#CF18BB (or 0xCF18BB) is unknown color: approx Deep Magenta. HEX triplet: CF, 18 and BB. RGB value is (207,24,187). Sum of RGB (Red+Green+Blue) = 207+24+187=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 24 (9.77% from 255 or 5.74% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF18BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF18BB is #30E744. Grayscale: #606060. Windows color (decimal): -3204933 or 12261583. OLE color: 12261583.

HSL color Cylindrical-coordinate representation of color #CF18BB: hue angle of 306.56º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF18BB is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB20724187-
CMYK00.880.100.19
HSL306.56º79.22%45.29%-
HSV(B)306.56º88.41%81.18%-
XYZ35.0317.5148.55-
YUV97.3178.63206.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.52%
GREEN value IS 24 (9.77% from 255) = 5.74%
BLUE value IS 187 (73.44% from 255) = 44.74%
R=49.52%
G=5.74%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072418700.880.100.19306.5679.2245.29
HexCF18BB058A131334f2d
Octal317302730130122346311755
Binary110011111100010111011010110001010100111001100111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF18BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF18BB; }

 p { color: rgb(207,24,187); }

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

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

 a { background-color: rgb(207,24,187); }

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

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

 span { border-color: rgb(207,24,187); }

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