#C100C1

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

Shades of Deep Magenta #C100C1

Tints of Deep Magenta #C100C1

Color information

#C100C1 (or 0xC100C1) is unknown color: approx Deep Magenta. HEX triplet: C1, 00 and C1. RGB value is (193,0,193). Sum of RGB (Red+Green+Blue) = 193+0+193=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C100C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C100C1 is #3EFF3E. Grayscale: #4F4F4F. Windows color (decimal): -4128575 or 12648641. OLE color: 12648641.

HSL color Cylindrical-coordinate representation of color #C100C1: hue angle of 300º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C100C1 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1930193-
CMYK0100.24
HSL300º100%37.84%-
HSV(B)300º100%75.69%-
XYZ31.6215.1951.72-
YUV79.71191.94208.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 193 (75.78% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19301930100.2430010037.84
HexC10C106401812c6426
Octal3010301014403045414446
Binary11000001011000001011001000110001001011001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C100C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C100C1; }

 p { color: rgb(193,0,193); }

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

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

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

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

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

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

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