Html Css Color HEX #C821B1 Deep Magenta

📋 copy color: '#C821B1'

red 200 ◦ green 33 ◦ blue 177

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

Shades of Deep Magenta #C821B1

Tints of Deep Magenta #C821B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 43.17%

R = 48.78%
G = 8.05%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C821B1 (or 0xC821B1) is known color: Deep Magenta. HEX triplet: C8, 21 and B1. RGB value is (200,33,177). Sum of RGB (Red+Green+Blue) = 200+33+177=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 177 (69.53% from 255 or 43.17% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C821B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C821B1 is #37DE4E. Grayscale: #626262. Windows color (decimal): -3661391 or 11608520. OLE color: 11608520.

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

Color convert

RGB 200 33 177 -
CMYK 0 0.84 0.12 0.22
HSL 308.26º 0.72% 0.46% -
HSV(B) 308.26º 0.84% 0.78% -
XYZ 32.3 16.54 43.09 -
YUV 99.35 171.83 199.79 -
System Red Green Blue C M Y K H S L
Decimal 200 33 177 0 0.84 0.12 0.22 308.26 0.72 0.46
Hex C8 21 B1 0 54 C 16 134 48 2E
Octal 310 41 261 0 124 14 26 464 110 56
Binary 11001000 100001 10110001 0 1010100 1100 10110 100110100 1001000 101110

Color Harmonies of #C821B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C821B1

Black with #C821B1

Text Example


Text Example

White with #C821B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C821B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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