Html Css Color HEX #C821BF Deep Magenta

📋 copy color: '#C821BF'

red 200 ◦ green 33 ◦ blue 191

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

Shades of Deep Magenta #C821BF

Tints of Deep Magenta #C821BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.05%

R = 47.17%
G = 7.78%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C821BF (or 0xC821BF) is known color: Deep Magenta. HEX triplet: C8, 21 and BF. RGB value is (200,33,191). Sum of RGB (Red+Green+Blue) = 200+33+191=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 33 (13.28% from 255 or 7.78% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C821BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C821BF is #37DE40. Grayscale: #646464. Windows color (decimal): -3661377 or 12526024. OLE color: 12526024.

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

Color convert

RGB 200 33 191 -
CMYK 0 0.84 0.04 0.22
HSL 303.23º 0.72% 0.46% -
HSV(B) 303.23º 0.84% 0.78% -
XYZ 33.77 17.13 50.82 -
YUV 100.95 178.83 198.65 -
System Red Green Blue C M Y K H S L
Decimal 200 33 191 0 0.84 0.04 0.22 303.23 0.72 0.46
Hex C8 21 BF 0 54 4 16 12F 48 2E
Octal 310 41 277 0 124 4 26 457 110 56
Binary 11001000 100001 10111111 0 1010100 100 10110 100101111 1001000 101110

Color Harmonies of #C821BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C821BF

Black with #C821BF

Text Example


Text Example

White with #C821BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C821BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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