Html Css Color HEX #C10DDC Deep Magenta

📋 copy color: '#C10DDC'

red 193 ◦ green 13 ◦ blue 220

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

Shades of Deep Magenta #C10DDC

Tints of Deep Magenta #C10DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.64%

R = 45.31%
G = 3.05%
B = 51.64%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C10DDC (or 0xC10DDC) is known color: Deep Magenta. HEX triplet: C1, 0D and DC. RGB value is (193,13,220). Sum of RGB (Red+Green+Blue) = 193+13+220=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 13 (5.47% from 255 or 3.05% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #C10DDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10DDC is #3EF223. Grayscale: #595959. Windows color (decimal): -4125220 or 14421441. OLE color: 14421441.

HSL color Cylindrical-coordinate representation of color #C10DDC: hue angle of 292.17º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10DDC is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 13 220 -
CMYK 0.12 0.94 0 0.14
HSL 292.17º 0.89% 0.46% -
HSV(B) 292.17º 0.94% 0.86% -
XYZ 35.05 16.79 69.1 -
YUV 90.42 201.13 201.17 -
System Red Green Blue C M Y K H S L
Decimal 193 13 220 0.12 0.94 0 0.14 292.17 0.89 0.46
Hex C1 D DC C 5E 0 E 124 59 2E
Octal 301 15 334 14 136 0 16 444 131 56
Binary 11000001 1101 11011100 1100 1011110 0 1110 100100100 1011001 101110

Color Harmonies of #C10DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10DDC

Black with #C10DDC

Text Example


Text Example

White with #C10DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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