Html Css Color HEX #C821DB Deep Magenta

📋 copy color: '#C821DB'

red 200 ◦ green 33 ◦ blue 219

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

Shades of Deep Magenta #C821DB

Tints of Deep Magenta #C821DB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.3%

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

R = 44.25%
G = 7.3%
B = 48.45%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C821DB (or 0xC821DB) is known color: Deep Magenta. HEX triplet: C8, 21 and DB. RGB value is (200,33,219). Sum of RGB (Red+Green+Blue) = 200+33+219=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 33 (13.28% from 255 or 7.30% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #C821DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C821DB is #37DE24. Grayscale: #676767. Windows color (decimal): -3661349 or 14361032. OLE color: 14361032.

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

Color convert

RGB 200 33 219 -
CMYK 0.09 0.85 0 0.14
HSL 293.87º 0.74% 0.49% -
HSV(B) 293.87º 0.85% 0.86% -
XYZ 37.15 18.48 68.63 -
YUV 104.14 192.83 196.38 -
System Red Green Blue C M Y K H S L
Decimal 200 33 219 0.09 0.85 0 0.14 293.87 0.74 0.49
Hex C8 21 DB 9 55 0 E 126 4A 31
Octal 310 41 333 11 125 0 16 446 112 61
Binary 11001000 100001 11011011 1001 1010101 0 1110 100100110 1001010 110001

Color Harmonies of #C821DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C821DB

Black with #C821DB

Text Example


Text Example

White with #C821DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C821DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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