#c100cc

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

Shades of Deep Magenta #C100CC

Tints of Deep Magenta #C100CC

Color information

#C100CC (or 0xC100CC) is unknown color: approx Deep Magenta. HEX triplet: C1, 00 and CC. RGB value is (193,0,204). Sum of RGB (Red+Green+Blue) = 193+0+204=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #C100CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C100CC is #3EFF33. Grayscale: #505050. Windows color (decimal): -4128564 or 13369537. OLE color: 13369537.

HSL color Cylindrical-coordinate representation of color #C100CC: hue angle of 296.76º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C100CC is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1930204-
CMYK0.05100.2
HSL296.76º100%40%-
HSV(B)296.76º100%80%-
XYZ32.8915.758.42-
YUV80.96197.44207.91-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 51.39%
R=48.61%
G=0%
B=51.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal19302040.05100.2296.7610040
HexC10CC5640141296428
Octal3010314514402445114450
Binary1100000101100110010111001000101001001010011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c100cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c100cc; }

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

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

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

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

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

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

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

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