Html Css Color HEX #C821B8 Deep Magenta

📋 copy color: '#C821B8'

red 200 ◦ green 33 ◦ blue 184

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

Shades of Deep Magenta #C821B8

Tints of Deep Magenta #C821B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.12%

R = 47.96%
G = 7.91%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C821B8 (or 0xC821B8) is known color: Deep Magenta. HEX triplet: C8, 21 and B8. RGB value is (200,33,184). Sum of RGB (Red+Green+Blue) = 200+33+184=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 184 (72.27% from 255 or 44.12% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C821B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C821B8 is #37DE47. Grayscale: #636363. Windows color (decimal): -3661384 or 12067272. OLE color: 12067272.

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

Color convert

RGB 200 33 184 -
CMYK 0 0.84 0.08 0.22
HSL 305.75º 0.72% 0.46% -
HSV(B) 305.75º 0.84% 0.78% -
XYZ 33.02 16.83 46.86 -
YUV 100.15 175.33 199.22 -
System Red Green Blue C M Y K H S L
Decimal 200 33 184 0 0.84 0.08 0.22 305.75 0.72 0.46
Hex C8 21 B8 0 54 8 16 132 48 2E
Octal 310 41 270 0 124 10 26 462 110 56
Binary 11001000 100001 10111000 0 1010100 1000 10110 100110010 1001000 101110

Color Harmonies of #C821B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C821B8

Black with #C821B8

Text Example


Text Example

White with #C821B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C821B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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