Html Css Color HEX #C10ADD Deep Magenta

📋 copy color: '#C10ADD'

red 193 ◦ green 10 ◦ blue 221

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

Shades of Deep Magenta #C10ADD

Tints of Deep Magenta #C10ADD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.36%

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

R = 45.52%
G = 2.36%
B = 52.12%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C10ADD (or 0xC10ADD) is known color: Deep Magenta. HEX triplet: C1, 0A and DD. RGB value is (193,10,221). Sum of RGB (Red+Green+Blue) = 193+10+221=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 10 (4.30% from 255 or 2.36% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #C10ADD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10ADD is #3EF522. Grayscale: #585858. Windows color (decimal): -4125987 or 14486209. OLE color: 14486209.

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

Color convert

RGB 193 10 221 -
CMYK 0.13 0.95 0 0.13
HSL 292.04º 0.91% 0.45% -
HSV(B) 292.04º 0.95% 0.87% -
XYZ 35.15 16.78 69.79 -
YUV 88.77 202.63 202.34 -
System Red Green Blue C M Y K H S L
Decimal 193 10 221 0.13 0.95 0 0.13 292.04 0.91 0.45
Hex C1 A DD D 5F 0 D 124 5B 2D
Octal 301 12 335 15 137 0 15 444 133 55
Binary 11000001 1010 11011101 1101 1011111 0 1101 100100100 1011011 101101

Color Harmonies of #C10ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10ADD

Black with #C10ADD

Text Example


Text Example

White with #C10ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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