Html Css Color HEX #C10ADE Deep Magenta

📋 copy color: '#C10ADE'

red 193 ◦ green 10 ◦ blue 222

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

Shades of Deep Magenta #C10ADE

Tints of Deep Magenta #C10ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.24%

R = 45.41%
G = 2.35%
B = 52.24%

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

#C10ADE (or 0xC10ADE) is known color: Deep Magenta. HEX triplet: C1, 0A and DE. RGB value is (193,10,222). Sum of RGB (Red+Green+Blue) = 193+10+222=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 10 (4.30% from 255 or 2.35% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #C10ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10ADE is #3EF521. Grayscale: #585858. Windows color (decimal): -4125986 or 14551745. OLE color: 14551745.

HSL color Cylindrical-coordinate representation of color #C10ADE: hue angle of 291.79º 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 #C10ADE is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 10 222 -
CMYK 0.13 0.95 0 0.13
HSL 291.79º 0.91% 0.45% -
HSV(B) 291.79º 0.95% 0.87% -
XYZ 35.29 16.83 70.5 -
YUV 88.89 203.13 202.26 -
System Red Green Blue C M Y K H S L
Decimal 193 10 222 0.13 0.95 0 0.13 291.79 0.91 0.45
Hex C1 A DE D 5F 0 D 124 5B 2D
Octal 301 12 336 15 137 0 15 444 133 55
Binary 11000001 1010 11011110 1101 1011111 0 1101 100100100 1011011 101101

Color Harmonies of #C10ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10ADE

Black with #C10ADE

Text Example


Text Example

White with #C10ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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