#C913CF

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

Shades of Deep Magenta #C913CF

Tints of Deep Magenta #C913CF

Color information

#C913CF (or 0xC913CF) is unknown color: approx Deep Magenta. HEX triplet: C9, 13 and CF. RGB value is (201,19,207). Sum of RGB (Red+Green+Blue) = 201+19+207=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 19 (7.81% from 255 or 4.45% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #C913CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C913CF is #36EC30. Grayscale: #5E5E5E. Windows color (decimal): -3599409 or 13571017. OLE color: 13571017.

HSL color Cylindrical-coordinate representation of color #C913CF: hue angle of 298.09º degrees, saturation: 0.83, 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 #C913CF is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20119207-
CMYK0.030.9100.19
HSL298.09º83.19%44.31%-
HSV(B)298.09º90.82%81.18%-
XYZ35.5817.3960.51-
YUV94.85191.3203.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.07%
GREEN value IS 19 (7.81% from 255) = 4.45%
BLUE value IS 207 (81.25% from 255) = 48.48%
R=47.07%
G=4.45%
B=48.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal201192070.030.9100.19298.0983.1944.31
HexC913CF35B01312a532c
Octal31123317313302345212354
Binary1100100110011110011111110110110100111001010101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C913CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C913CF; }

 p { color: rgb(201,19,207); }

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

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

 a { background-color: rgb(201,19,207); }

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

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

 span { border-color: rgb(201,19,207); }

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