Html Css Color HEX #C821C7 Deep Magenta

📋 copy color: '#C821C7'

red 200 ◦ green 33 ◦ blue 199

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

Shades of Deep Magenta #C821C7

Tints of Deep Magenta #C821C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 46.06%

R = 46.3%
G = 7.64%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.00

 K value IS 0.22

RGB Variations

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

Color information

#C821C7 (or 0xC821C7) is known color: Deep Magenta. HEX triplet: C8, 21 and C7. RGB value is (200,33,199). Sum of RGB (Red+Green+Blue) = 200+33+199=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 199 (78.12% from 255 or 46.06% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C821C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C821C7 is #37DE38. Grayscale: #656565. Windows color (decimal): -3661369 or 13050312. OLE color: 13050312.

HSL color Cylindrical-coordinate representation of color #C821C7: hue angle of 300.36º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C821C7 is Cyan = 0, Magento = 0.84, Yellow = 0.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 33 199 -
CMYK 0 0.84 0.00 0.22
HSL 300.36º 0.72% 0.46% -
HSV(B) 300.36º 0.84% 0.78% -
XYZ 34.67 17.49 55.58 -
YUV 101.86 182.83 198 -
System Red Green Blue C M Y K H S L
Decimal 200 33 199 0 0.84 0.00 0.22 300.36 0.72 0.46
Hex C8 21 C7 0 54 0 16 12C 48 2E
Octal 310 41 307 0 124 0 26 454 110 56
Binary 11001000 100001 11000111 0 1010100 0 10110 100101100 1001000 101110

Color Harmonies of #C821C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C821C7

Black with #C821C7

Text Example


Text Example

White with #C821C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C821C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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