Html Css Color HEX #C821BA Deep Magenta

📋 copy color: '#C821BA'

red 200 ◦ green 33 ◦ blue 186

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

Shades of Deep Magenta #C821BA

Tints of Deep Magenta #C821BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.39%

R = 47.73%
G = 7.88%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C821BA (or 0xC821BA) is known color: Deep Magenta. HEX triplet: C8, 21 and BA. RGB value is (200,33,186). Sum of RGB (Red+Green+Blue) = 200+33+186=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C821BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C821BA is #37DE45. Grayscale: #636363. Windows color (decimal): -3661382 or 12198344. OLE color: 12198344.

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

Color convert

RGB 200 33 186 -
CMYK 0 0.84 0.07 0.22
HSL 305.03º 0.72% 0.46% -
HSV(B) 305.03º 0.84% 0.78% -
XYZ 33.23 16.91 47.97 -
YUV 100.38 176.33 199.06 -
System Red Green Blue C M Y K H S L
Decimal 200 33 186 0 0.84 0.07 0.22 305.03 0.72 0.46
Hex C8 21 BA 0 54 7 16 131 48 2E
Octal 310 41 272 0 124 7 26 461 110 56
Binary 11001000 100001 10111010 0 1010100 111 10110 100110001 1001000 101110

Color Harmonies of #C821BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C821BA

Black with #C821BA

Text Example


Text Example

White with #C821BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C821BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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