Html Css Color HEX #C10FDD Deep Magenta

📋 copy color: '#C10FDD'

red 193 ◦ green 15 ◦ blue 221

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

Shades of Deep Magenta #C10FDD

Tints of Deep Magenta #C10FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.5%

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

R = 44.99%
G = 3.5%
B = 51.52%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C10FDD (or 0xC10FDD) is known color: Deep Magenta. HEX triplet: C1, 0F and DD. RGB value is (193,15,221). Sum of RGB (Red+Green+Blue) = 193+15+221=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #C10FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10FDD is #3EF022. Grayscale: #5B5B5B. Windows color (decimal): -4124707 or 14487489. OLE color: 14487489.

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

Color convert

RGB 193 15 221 -
CMYK 0.13 0.93 0 0.13
HSL 291.84º 0.87% 0.46% -
HSV(B) 291.84º 0.93% 0.87% -
XYZ 35.21 16.9 69.81 -
YUV 91.71 200.97 200.25 -
System Red Green Blue C M Y K H S L
Decimal 193 15 221 0.13 0.93 0 0.13 291.84 0.87 0.46
Hex C1 F DD D 5D 0 D 124 57 2E
Octal 301 17 335 15 135 0 15 444 127 56
Binary 11000001 1111 11011101 1101 1011101 0 1101 100100100 1010111 101110

Color Harmonies of #C10FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10FDD

Black with #C10FDD

Text Example


Text Example

White with #C10FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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