#C907D1

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

Shades of Deep Magenta #C907D1

Tints of Deep Magenta #C907D1

Color information

#C907D1 (or 0xC907D1) is unknown color: approx Deep Magenta. HEX triplet: C9, 07 and D1. RGB value is (201,7,209). Sum of RGB (Red+Green+Blue) = 201+7+209=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 7 (3.12% from 255 or 1.68% from 417); Blue value is 209 (82.03% from 255 or 50.12% from 417); Max value from RGB is 209 - color contains mainly: blue. Hex color #C907D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C907D1 is #36F82E. Grayscale: #575757. Windows color (decimal): -3602479 or 13699017. OLE color: 13699017.

HSL color Cylindrical-coordinate representation of color #C907D1: hue angle of 297.62º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C907D1 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2017209-
CMYK0.040.9700.18
HSL297.62º93.52%42.35%-
HSV(B)297.62º96.65%81.96%-
XYZ35.6717.1761.76-
YUV88.03196.27208.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.20%
GREEN value IS 7 (3.12% from 255) = 1.68%
BLUE value IS 209 (82.03% from 255) = 50.12%
R=48.20%
G=1.68%
B=50.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20172090.040.9700.18297.6293.5242.35
HexC97D146101212a5e2a
Octal3117321414102245213652
Binary110010011111101000110011000010100101001010101011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C907D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C907D1; }

 p { color: rgb(201,7,209); }

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

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

 a { background-color: rgb(201,7,209); }

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

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

 span { border-color: rgb(201,7,209); }

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