#c10dc4

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

Shades of Deep Magenta #C10DC4

Tints of Deep Magenta #C10DC4

Color information

#C10DC4 (or 0xC10DC4) is unknown color: approx Deep Magenta. HEX triplet: C1, 0D and C4. RGB value is (193,13,196). Sum of RGB (Red+Green+Blue) = 193+13+196=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 196 (76.95% from 255 or 48.76% from 402); Max value from RGB is 196 - color contains mainly: blue. Hex color #C10DC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10DC4 is #3EF23B. Grayscale: #575757. Windows color (decimal): -4125244 or 12848577. OLE color: 12848577.

HSL color Cylindrical-coordinate representation of color #C10DC4: hue angle of 299.02º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10DC4 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19313196-
CMYK0.020.9300.23
HSL299.02º87.56%40.98%-
HSV(B)299.02º93.37%76.86%-
XYZ32.115.6153.55-
YUV87.68189.13203.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.01%
GREEN value IS 13 (5.47% from 255) = 3.23%
BLUE value IS 196 (76.95% from 255) = 48.76%
R=48.01%
G=3.23%
B=48.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal193131960.020.9300.23299.0287.5640.98
HexC1DC425D01712b5829
Octal30115304213502745313051
Binary110000011101110001001010111010101111001010111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c10dc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c10dc4; }

 p { color: rgb(193,13,196); }

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

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

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

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

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

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

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