Html Css Color HEX #C10DDD Deep Magenta

📋 copy color: '#C10DDD'

red 193 ◦ green 13 ◦ blue 221

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

Shades of Deep Magenta #C10DDD

Tints of Deep Magenta #C10DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.76%

R = 45.2%
G = 3.04%
B = 51.76%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C10DDD (or 0xC10DDD) is known color: Deep Magenta. HEX triplet: C1, 0D and DD. RGB value is (193,13,221). Sum of RGB (Red+Green+Blue) = 193+13+221=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 13 (5.47% from 255 or 3.04% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #C10DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10DDD is #3EF222. Grayscale: #595959. Windows color (decimal): -4125219 or 14486977. OLE color: 14486977.

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

Color convert

RGB 193 13 221 -
CMYK 0.13 0.94 0 0.13
HSL 291.92º 0.89% 0.46% -
HSV(B) 291.92º 0.94% 0.87% -
XYZ 35.19 16.85 69.8 -
YUV 90.53 201.63 201.09 -
System Red Green Blue C M Y K H S L
Decimal 193 13 221 0.13 0.94 0 0.13 291.92 0.89 0.46
Hex C1 D DD D 5E 0 D 124 59 2E
Octal 301 15 335 15 136 0 15 444 131 56
Binary 11000001 1101 11011101 1101 1011110 0 1101 100100100 1011001 101110

Color Harmonies of #C10DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10DDD

Black with #C10DDD

Text Example


Text Example

White with #C10DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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