Html Css Color HEX #C819DD Deep Magenta

📋 copy color: '#C819DD'

red 200 ◦ green 25 ◦ blue 221

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

Shades of Deep Magenta #C819DD

Tints of Deep Magenta #C819DD

RGB

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

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

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

R = 44.84%
G = 5.61%
B = 49.55%

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

#C819DD (or 0xC819DD) is known color: Deep Magenta. HEX triplet: C8, 19 and DD. RGB value is (200,25,221). Sum of RGB (Red+Green+Blue) = 200+25+221=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 25 (10.16% from 255 or 5.61% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #C819DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C819DD is #37E622. Grayscale: #636363. Windows color (decimal): -3663395 or 14490056. OLE color: 14490056.

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

Color convert

RGB 200 25 221 -
CMYK 0.10 0.89 0 0.13
HSL 293.57º 0.8% 0.48% -
HSV(B) 293.57º 0.89% 0.87% -
XYZ 37.22 18.2 69.96 -
YUV 99.67 196.48 199.56 -
System Red Green Blue C M Y K H S L
Decimal 200 25 221 0.10 0.89 0 0.13 293.57 0.8 0.48
Hex C8 19 DD A 59 0 D 126 50 30
Octal 310 31 335 12 131 0 15 446 120 60
Binary 11001000 11001 11011101 1010 1011001 0 1101 100100110 1010000 110000

Color Harmonies of #C819DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C819DD

Black with #C819DD

Text Example


Text Example

White with #C819DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C819DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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