Html Css Color HEX #C819DB Deep Magenta

📋 copy color: '#C819DB'

red 200 ◦ green 25 ◦ blue 219

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

Shades of Deep Magenta #C819DB

Tints of Deep Magenta #C819DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.32%

R = 45.05%
G = 5.63%
B = 49.32%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C819DB (or 0xC819DB) is known color: Deep Magenta. HEX triplet: C8, 19 and DB. RGB value is (200,25,219). Sum of RGB (Red+Green+Blue) = 200+25+219=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 25 (10.16% from 255 or 5.63% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #C819DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C819DB is #37E624. Grayscale: #626262. Windows color (decimal): -3663397 or 14358984. OLE color: 14358984.

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

Color convert

RGB 200 25 219 -
CMYK 0.09 0.89 0 0.14
HSL 294.12º 0.8% 0.48% -
HSV(B) 294.12º 0.89% 0.86% -
XYZ 36.95 18.09 68.56 -
YUV 99.44 195.48 199.73 -
System Red Green Blue C M Y K H S L
Decimal 200 25 219 0.09 0.89 0 0.14 294.12 0.8 0.48
Hex C8 19 DB 9 59 0 E 126 50 30
Octal 310 31 333 11 131 0 16 446 120 60
Binary 11001000 11001 11011011 1001 1011001 0 1110 100100110 1010000 110000

Color Harmonies of #C819DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C819DB

Black with #C819DB

Text Example


Text Example

White with #C819DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C819DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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