#C907E2

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

Shades of Deep Magenta #C907E2

Tints of Deep Magenta #C907E2

Color information

#C907E2 (or 0xC907E2) is unknown color: approx Deep Magenta. HEX triplet: C9, 07 and E2. RGB value is (201,7,226). Sum of RGB (Red+Green+Blue) = 201+7+226=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 7 (3.12% from 255 or 1.61% from 434); Blue value is 226 (88.67% from 255 or 52.07% from 434); Max value from RGB is 226 - color contains mainly: blue. Hex color #C907E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C907E2 is #36F81D. Grayscale: #595959. Windows color (decimal): -3602462 or 14813129. OLE color: 14813129.

HSL color Cylindrical-coordinate representation of color #C907E2: hue angle of 293.15º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C907E2 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB2017226-
CMYK0.110.9700.11
HSL293.15º93.99%45.69%-
HSV(B)293.15º96.9%88.63%-
XYZ37.8918.0673.44-
YUV89.97204.77207.19-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.31%
GREEN value IS 7 (3.12% from 255) = 1.61%
BLUE value IS 226 (88.67% from 255) = 52.07%
R=46.31%
G=1.61%
B=52.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal20172260.110.9700.11293.1593.9945.69
HexC97E2B610B1255e2e
Octal31173421314101344513656
Binary110010011111110001010111100001010111001001011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C907E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C907E2; }

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

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

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

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

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

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

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

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