Html Css Color HEX #C821B2 Deep Magenta

📋 copy color: '#C821B2'

red 200 ◦ green 33 ◦ blue 178

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

Shades of Deep Magenta #C821B2

Tints of Deep Magenta #C821B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.31%

R = 48.66%
G = 8.03%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C821B2 (or 0xC821B2) is known color: Deep Magenta. HEX triplet: C8, 21 and B2. RGB value is (200,33,178). Sum of RGB (Red+Green+Blue) = 200+33+178=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C821B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C821B2 is #37DE4D. Grayscale: #636363. Windows color (decimal): -3661390 or 11674056. OLE color: 11674056.

HSL color Cylindrical-coordinate representation of color #C821B2: hue angle of 307.9º 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 #C821B2 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 33 178 -
CMYK 0 0.84 0.11 0.22
HSL 307.9º 0.72% 0.46% -
HSV(B) 307.9º 0.84% 0.78% -
XYZ 32.4 16.58 43.61 -
YUV 99.46 172.33 199.71 -
System Red Green Blue C M Y K H S L
Decimal 200 33 178 0 0.84 0.11 0.22 307.9 0.72 0.46
Hex C8 21 B2 0 54 B 16 134 48 2E
Octal 310 41 262 0 124 13 26 464 110 56
Binary 11001000 100001 10110010 0 1010100 1011 10110 100110100 1001000 101110

Color Harmonies of #C821B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C821B2

Black with #C821B2

Text Example


Text Example

White with #C821B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C821B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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