Html Css Color HEX #C821DD Deep Magenta

📋 copy color: '#C821DD'

red 200 ◦ green 33 ◦ blue 221

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

Shades of Deep Magenta #C821DD

Tints of Deep Magenta #C821DD

RGB

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

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

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

R = 44.05%
G = 7.27%
B = 48.68%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C821DD (or 0xC821DD) is known color: Deep Magenta. HEX triplet: C8, 21 and DD. RGB value is (200,33,221). Sum of RGB (Red+Green+Blue) = 200+33+221=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 33 (13.28% from 255 or 7.27% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #C821DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C821DD is #37DE22. Grayscale: #676767. Windows color (decimal): -3661347 or 14492104. OLE color: 14492104.

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

Color convert

RGB 200 33 221 -
CMYK 0.10 0.85 0 0.13
HSL 293.3º 0.74% 0.5% -
HSV(B) 293.3º 0.85% 0.87% -
XYZ 37.41 18.59 70.02 -
YUV 104.37 193.83 196.21 -
System Red Green Blue C M Y K H S L
Decimal 200 33 221 0.10 0.85 0 0.13 293.3 0.74 0.5
Hex C8 21 DD A 55 0 D 125 4A 32
Octal 310 41 335 12 125 0 15 445 112 62
Binary 11001000 100001 11011101 1010 1010101 0 1101 100100101 1001010 110010

Color Harmonies of #C821DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C821DD

Black with #C821DD

Text Example


Text Example

White with #C821DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C821DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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