Html Css Color HEX #C81ADE Deep Magenta

📋 copy color: '#C81ADE'

red 200 ◦ green 26 ◦ blue 222

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

Shades of Deep Magenta #C81ADE

Tints of Deep Magenta #C81ADE

RGB

 RED value IS 200 (78.52% from 255) = 44.64%

 GREEN value IS 26 (10.55% from 255) = 5.8%

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

R = 44.64%
G = 5.8%
B = 49.55%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C81ADE (or 0xC81ADE) is known color: Deep Magenta. HEX triplet: C8, 1A and DE. RGB value is (200,26,222). Sum of RGB (Red+Green+Blue) = 200+26+222=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 26 (10.55% from 255 or 5.80% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #C81ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81ADE is #37E521. Grayscale: #636363. Windows color (decimal): -3663138 or 14555848. OLE color: 14555848.

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

Color convert

RGB 200 26 222 -
CMYK 0.10 0.88 0 0.13
HSL 293.27º 0.79% 0.49% -
HSV(B) 293.27º 0.88% 0.87% -
XYZ 37.37 18.29 70.67 -
YUV 100.37 196.65 199.06 -
System Red Green Blue C M Y K H S L
Decimal 200 26 222 0.10 0.88 0 0.13 293.27 0.79 0.49
Hex C8 1A DE A 58 0 D 125 4F 31
Octal 310 32 336 12 130 0 15 445 117 61
Binary 11001000 11010 11011110 1010 1011000 0 1101 100100101 1001111 110001

Color Harmonies of #C81ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81ADE

Black with #C81ADE

Text Example


Text Example

White with #C81ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81ADE; }

 p { color: rgb(200,26,222); }

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

background-color css

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

 a { background-color: rgb(200,26,222); }

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

border-color css

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

 span { border-color: rgb(200,26,222); }

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