Html Css Color HEX #C10DC1 Deep Magenta

📋 copy color: '#C10DC1'

red 193 ◦ green 13 ◦ blue 193

#C10DC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #C10DC1

Tints of Deep Magenta #C10DC1

RGB

 RED value IS 193 (75.78% from 255) = 48.37%

 GREEN value IS 13 (5.47% from 255) = 3.26%

 BLUE value IS 193 (75.78% from 255) = 48.37%

R = 48.37%
G = 3.26%
B = 48.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C10DC1 (or 0xC10DC1) is known color: Deep Magenta. HEX triplet: C1, 0D and C1. RGB value is (193,13,193). Sum of RGB (Red+Green+Blue) = 193+13+193=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C10DC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10DC1 is #3EF23E. Grayscale: #565656. Windows color (decimal): -4125247 or 12651969. OLE color: 12651969.

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

Color convert

RGB 193 13 193 -
CMYK 0 0.93 0 0.24
HSL 300º 0.87% 0.4% -
HSV(B) 300º 0.93% 0.76% -
XYZ 31.76 15.48 51.77 -
YUV 87.34 187.63 203.36 -
System Red Green Blue C M Y K H S L
Decimal 193 13 193 0 0.93 0 0.24 300 0.87 0.4
Hex C1 D C1 0 5D 0 18 12C 57 28
Octal 301 15 301 0 135 0 30 454 127 50
Binary 11000001 1101 11000001 0 1011101 0 11000 100101100 1010111 101000

Color Harmonies of #C10DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10DC1

Black with #C10DC1

Text Example


Text Example

White with #C10DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10DC1; }

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

 H1.HeaderClassName
 {
   color: #C10DC1;
 }
 .AnyTagClassName
 {
   color: #C10DC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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