Html Css Color HEX #C819D8 Deep Magenta

📋 copy color: '#C819D8'

red 200 ◦ green 25 ◦ blue 216

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

Shades of Deep Magenta #C819D8

Tints of Deep Magenta #C819D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.98%

R = 45.35%
G = 5.67%
B = 48.98%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C819D8 (or 0xC819D8) is known color: Deep Magenta. HEX triplet: C8, 19 and D8. RGB value is (200,25,216). Sum of RGB (Red+Green+Blue) = 200+25+216=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 216 (84.77% from 255 or 48.98% from 441); Max value from RGB is 216 - color contains mainly: blue. Hex color #C819D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C819D8 is #37E627. Grayscale: #626262. Windows color (decimal): -3663400 or 14162376. OLE color: 14162376.

HSL color Cylindrical-coordinate representation of color #C819D8: hue angle of 294.97º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C819D8 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 25 216 -
CMYK 0.07 0.88 0 0.15
HSL 294.97º 0.79% 0.47% -
HSV(B) 294.97º 0.88% 0.85% -
XYZ 36.56 17.93 66.5 -
YUV 99.1 193.98 199.97 -
System Red Green Blue C M Y K H S L
Decimal 200 25 216 0.07 0.88 0 0.15 294.97 0.79 0.47
Hex C8 19 D8 7 58 0 F 127 4F 2F
Octal 310 31 330 7 130 0 17 447 117 57
Binary 11001000 11001 11011000 111 1011000 0 1111 100100111 1001111 101111

Color Harmonies of #C819D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C819D8

Black with #C819D8

Text Example


Text Example

White with #C819D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C819D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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