#c117cf

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

Shades of Deep Magenta #C117CF

Tints of Deep Magenta #C117CF

Color information

#C117CF (or 0xC117CF) is unknown color: approx Deep Magenta. HEX triplet: C1, 17 and CF. RGB value is (193,23,207). Sum of RGB (Red+Green+Blue) = 193+23+207=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 23 (9.38% from 255 or 5.44% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #C117CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C117CF is #3EE830. Grayscale: #5E5E5E. Windows color (decimal): -4122673 or 13572033. OLE color: 13572033.

HSL color Cylindrical-coordinate representation of color #C117CF: hue angle of 295.43º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C117CF is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19323207-
CMYK0.070.8900.19
HSL295.43º80%45.1%-
HSV(B)295.43º88.89%81.18%-
XYZ33.5616.4660.44-
YUV94.81191.32198.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.63%
GREEN value IS 23 (9.38% from 255) = 5.44%
BLUE value IS 207 (81.25% from 255) = 48.94%
R=45.63%
G=5.44%
B=48.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal193232070.070.8900.19295.438045.1
HexC117CF759013127502d
Octal30127317713102344712055
Binary11000001101111100111111110110010100111001001111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c117cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c117cf; }

 p { color: rgb(193,23,207); }

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

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

 a { background-color: rgb(193,23,207); }

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

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

 span { border-color: rgb(193,23,207); }

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