#CF12B7

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

Shades of Deep Magenta #CF12B7

Tints of Deep Magenta #CF12B7

Color information

#CF12B7 (or 0xCF12B7) is unknown color: approx Deep Magenta. HEX triplet: CF, 12 and B7. RGB value is (207,18,183). Sum of RGB (Red+Green+Blue) = 207+18+183=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF12B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF12B7 is #30ED48. Grayscale: #5C5C5C. Windows color (decimal): -3206473 or 11997903. OLE color: 11997903.

HSL color Cylindrical-coordinate representation of color #CF12B7: hue angle of 307.62º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF12B7 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB20718183-
CMYK00.910.120.19
HSL307.62º84%44.12%-
HSV(B)307.62º91.3%81.18%-
XYZ34.517.1246.29-
YUV93.32178.62209.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.74%
GREEN value IS 18 (7.42% from 255) = 4.41%
BLUE value IS 183 (71.88% from 255) = 44.85%
R=50.74%
G=4.41%
B=44.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071818300.910.120.19307.628444.12
HexCF12B705BC13134542c
Octal317222670133142346412454
Binary110011111001010110111010110111100100111001101001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF12B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF12B7; }

 p { color: rgb(207,18,183); }

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

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

 a { background-color: rgb(207,18,183); }

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

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

 span { border-color: rgb(207,18,183); }

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