#CF15B3

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

Shades of Deep Magenta #CF15B3

Tints of Deep Magenta #CF15B3

Color information

#CF15B3 (or 0xCF15B3) is unknown color: approx Deep Magenta. HEX triplet: CF, 15 and B3. RGB value is (207,21,179). Sum of RGB (Red+Green+Blue) = 207+21+179=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 179 (70.31% from 255 or 43.98% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF15B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF15B3 is #30EA4C. Grayscale: #5E5E5E. Windows color (decimal): -3205709 or 11736527. OLE color: 11736527.

HSL color Cylindrical-coordinate representation of color #CF15B3: hue angle of 309.03º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF15B3 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB20721179-
CMYK00.900.140.19
HSL309.03º81.58%44.71%-
HSV(B)309.03º89.86%81.18%-
XYZ34.1417.0644.14-
YUV94.63175.62208.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.86%
GREEN value IS 21 (8.59% from 255) = 5.16%
BLUE value IS 179 (70.31% from 255) = 43.98%
R=50.86%
G=5.16%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072117900.900.140.19309.0381.5844.71
HexCF15B305AE13135522d
Octal317252630132162346512255
Binary110011111010110110011010110101110100111001101011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF15B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF15B3; }

 p { color: rgb(207,21,179); }

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

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

 a { background-color: rgb(207,21,179); }

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

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

 span { border-color: rgb(207,21,179); }

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