#CF00B4

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

Shades of Deep Magenta #CF00B4

Tints of Deep Magenta #CF00B4

Color information

#CF00B4 (or 0xCF00B4) is unknown color: approx Deep Magenta. HEX triplet: CF, 00 and B4. RGB value is (207,0,180). Sum of RGB (Red+Green+Blue) = 207+0+180=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 180 (70.70% from 255 or 46.51% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF00B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF00B4 is #30FF4B. Grayscale: #515151. Windows color (decimal): -3211084 or 11796687. OLE color: 11796687.

HSL color Cylindrical-coordinate representation of color #CF00B4: hue angle of 307.83º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF00B4 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB2070180-
CMYK010.130.19
HSL307.83º100%40.59%-
HSV(B)307.83º100%81.18%-
XYZ33.9716.5644.59-
YUV82.41183.08216.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 180 (70.70% from 255) = 46.51%
R=53.49%
G=0%
B=46.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2070180010.130.19307.8310040.59
HexCF0B4064D131346429
Octal31702640144152346414451
Binary11001111010110100011001001101100111001101001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF00B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF00B4; }

 p { color: rgb(207,0,180); }

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

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

 a { background-color: rgb(207,0,180); }

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

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

 span { border-color: rgb(207,0,180); }

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