#C102D1

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

Shades of Deep Magenta #C102D1

Tints of Deep Magenta #C102D1

Color information

#C102D1 (or 0xC102D1) is unknown color: approx Deep Magenta. HEX triplet: C1, 02 and D1. RGB value is (193,2,209). Sum of RGB (Red+Green+Blue) = 193+2+209=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 209 (82.03% from 255 or 51.73% from 404); Max value from RGB is 209 - color contains mainly: blue. Hex color #C102D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C102D1 is #3EFD2E. Grayscale: #525252. Windows color (decimal): -4128047 or 13697729. OLE color: 13697729.

HSL color Cylindrical-coordinate representation of color #C102D1: hue angle of 295.36º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C102D1 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1932209-
CMYK0.080.9900.18
HSL295.36º98.1%41.37%-
HSV(B)295.36º99.04%81.96%-
XYZ33.5215.9861.64-
YUV82.71199.28206.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.77%
GREEN value IS 2 (1.17% from 255) = 0.50%
BLUE value IS 209 (82.03% from 255) = 51.73%
R=47.77%
G=0.50%
B=51.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal19322090.080.9900.18295.3698.141.37
HexC12D18630121276229
Octal30123211014302244714251
Binary110000011011010001100011000110100101001001111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C102D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C102D1; }

 p { color: rgb(193,2,209); }

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

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

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

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

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

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

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