Html Css Color HEX #C821CD Deep Magenta

📋 copy color: '#C821CD'

red 200 ◦ green 33 ◦ blue 205

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

Shades of Deep Magenta #C821CD

Tints of Deep Magenta #C821CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 45.66%
G = 7.53%
B = 46.8%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C821CD (or 0xC821CD) is known color: Deep Magenta. HEX triplet: C8, 21 and CD. RGB value is (200,33,205). Sum of RGB (Red+Green+Blue) = 200+33+205=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 33 (13.28% from 255 or 7.53% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #C821CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C821CD is #37DE32. Grayscale: #666666. Windows color (decimal): -3661363 or 13443528. OLE color: 13443528.

HSL color Cylindrical-coordinate representation of color #C821CD: hue angle of 298.26º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C821CD is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 33 205 -
CMYK 0.02 0.84 0 0.20
HSL 298.26º 0.72% 0.47% -
HSV(B) 298.26º 0.84% 0.8% -
XYZ 35.38 17.77 59.32 -
YUV 102.54 185.83 197.51 -
System Red Green Blue C M Y K H S L
Decimal 200 33 205 0.02 0.84 0 0.20 298.26 0.72 0.47
Hex C8 21 CD 2 54 0 14 12A 48 2F
Octal 310 41 315 2 124 0 24 452 110 57
Binary 11001000 100001 11001101 10 1010100 0 10100 100101010 1001000 101111

Color Harmonies of #C821CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C821CD

Black with #C821CD

Text Example


Text Example

White with #C821CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C821CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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