#C10FD3

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

Shades of Deep Magenta #C10FD3

Tints of Deep Magenta #C10FD3

Color information

#C10FD3 (or 0xC10FD3) is unknown color: approx Deep Magenta. HEX triplet: C1, 0F and D3. RGB value is (193,15,211). Sum of RGB (Red+Green+Blue) = 193+15+211=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 211 (82.81% from 255 or 50.36% from 419); Max value from RGB is 211 - color contains mainly: blue. Hex color #C10FD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10FD3 is #3EF02C. Grayscale: #595959. Windows color (decimal): -4124717 or 13832129. OLE color: 13832129.

HSL color Cylindrical-coordinate representation of color #C10FD3: hue angle of 294.49º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10FD3 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19315211-
CMYK0.090.9300.17
HSL294.49º86.73%44.31%-
HSV(B)294.49º92.89%82.75%-
XYZ33.9216.3863-
YUV90.57195.97201.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.06%
GREEN value IS 15 (6.25% from 255) = 3.58%
BLUE value IS 211 (82.81% from 255) = 50.36%
R=46.06%
G=3.58%
B=50.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal193152110.090.9300.17294.4986.7344.31
HexC1FD395D011126572c
Octal301173231113502144612754
Binary11000001111111010011100110111010100011001001101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10FD3; }

 p { color: rgb(193,15,211); }

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

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

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

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

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

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

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