#C907C0

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

Shades of Deep Magenta #C907C0

Tints of Deep Magenta #C907C0

Color information

#C907C0 (or 0xC907C0) is unknown color: approx Deep Magenta. HEX triplet: C9, 07 and C0. RGB value is (201,7,192). Sum of RGB (Red+Green+Blue) = 201+7+192=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 7 (3.12% from 255 or 1.75% from 400); Blue value is 192 (75.39% from 255 or 48% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C907C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C907C0 is #36F83F. Grayscale: #555555. Windows color (decimal): -3602496 or 12584905. OLE color: 12584905.

HSL color Cylindrical-coordinate representation of color #C907C0: hue angle of 302.78º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C907C0 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB2017192-
CMYK00.970.040.21
HSL302.78º93.27%40.78%-
HSV(B)302.78º96.52%78.82%-
XYZ33.6816.3851.25-
YUV86.1187.77209.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.25%
GREEN value IS 7 (3.12% from 255) = 1.75%
BLUE value IS 192 (75.39% from 255) = 48%
R=50.25%
G=1.75%
B=48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201719200.970.040.21302.7893.2740.78
HexC97C006141512f5d29
Octal3117300014142545713551
Binary110010011111100000001100001100101011001011111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C907C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C907C0; }

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

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

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

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

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

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

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

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