Html Css Color HEX #C10DCD Deep Magenta

📋 copy color: '#C10DCD'

red 193 ◦ green 13 ◦ blue 205

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

Shades of Deep Magenta #C10DCD

Tints of Deep Magenta #C10DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.88%

R = 46.96%
G = 3.16%
B = 49.88%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C10DCD (or 0xC10DCD) is known color: Deep Magenta. HEX triplet: C1, 0D and CD. RGB value is (193,13,205). Sum of RGB (Red+Green+Blue) = 193+13+205=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 13 (5.47% from 255 or 3.16% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #C10DCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10DCD is #3EF232. Grayscale: #585858. Windows color (decimal): -4125235 or 13438401. OLE color: 13438401.

HSL color Cylindrical-coordinate representation of color #C10DCD: hue angle of 296.25º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10DCD is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 13 205 -
CMYK 0.06 0.94 0 0.20
HSL 296.25º 0.88% 0.43% -
HSV(B) 296.25º 0.94% 0.8% -
XYZ 33.16 16.03 59.1 -
YUV 88.71 193.63 202.39 -
System Red Green Blue C M Y K H S L
Decimal 193 13 205 0.06 0.94 0 0.20 296.25 0.88 0.43
Hex C1 D CD 6 5E 0 14 128 58 2B
Octal 301 15 315 6 136 0 24 450 130 53
Binary 11000001 1101 11001101 110 1011110 0 10100 100101000 1011000 101011

Color Harmonies of #C10DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10DCD

Black with #C10DCD

Text Example


Text Example

White with #C10DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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