Html Css Color HEX #C10DD5 Deep Magenta

📋 copy color: '#C10DD5'

red 193 ◦ green 13 ◦ blue 213

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

Shades of Deep Magenta #C10DD5

Tints of Deep Magenta #C10DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.84%

R = 46.06%
G = 3.1%
B = 50.84%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C10DD5 (or 0xC10DD5) is known color: Deep Magenta. HEX triplet: C1, 0D and D5. RGB value is (193,13,213). Sum of RGB (Red+Green+Blue) = 193+13+213=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 213 (83.59% from 255 or 50.84% from 419); Max value from RGB is 213 - color contains mainly: blue. Hex color #C10DD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10DD5 is #3EF22A. Grayscale: #595959. Windows color (decimal): -4125227 or 13962689. OLE color: 13962689.

HSL color Cylindrical-coordinate representation of color #C10DD5: hue angle of 294º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10DD5 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 13 213 -
CMYK 0.09 0.94 0 0.16
HSL 294º 0.88% 0.44% -
HSV(B) 294º 0.94% 0.84% -
XYZ 34.15 16.43 64.32 -
YUV 89.62 197.63 201.74 -
System Red Green Blue C M Y K H S L
Decimal 193 13 213 0.09 0.94 0 0.16 294 0.88 0.44
Hex C1 D D5 9 5E 0 10 126 58 2C
Octal 301 15 325 11 136 0 20 446 130 54
Binary 11000001 1101 11010101 1001 1011110 0 10000 100100110 1011000 101100

Color Harmonies of #C10DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10DD5

Black with #C10DD5

Text Example


Text Example

White with #C10DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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