Html Css Color HEX #C819DE Deep Magenta

📋 copy color: '#C819DE'

red 200 ◦ green 25 ◦ blue 222

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

Shades of Deep Magenta #C819DE

Tints of Deep Magenta #C819DE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.59%

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

R = 44.74%
G = 5.59%
B = 49.66%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C819DE (or 0xC819DE) is known color: Deep Magenta. HEX triplet: C8, 19 and DE. RGB value is (200,25,222). Sum of RGB (Red+Green+Blue) = 200+25+222=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 25 (10.16% from 255 or 5.59% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #C819DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C819DE is #37E621. Grayscale: #636363. Windows color (decimal): -3663394 or 14555592. OLE color: 14555592.

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

Color convert

RGB 200 25 222 -
CMYK 0.10 0.89 0 0.13
HSL 293.3º 0.8% 0.48% -
HSV(B) 293.3º 0.89% 0.87% -
XYZ 37.35 18.25 70.66 -
YUV 99.78 196.98 199.48 -
System Red Green Blue C M Y K H S L
Decimal 200 25 222 0.10 0.89 0 0.13 293.3 0.8 0.48
Hex C8 19 DE A 59 0 D 125 50 30
Octal 310 31 336 12 131 0 15 445 120 60
Binary 11001000 11001 11011110 1010 1011001 0 1101 100100101 1010000 110000

Color Harmonies of #C819DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C819DE

Black with #C819DE

Text Example


Text Example

White with #C819DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C819DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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