Html Css Color HEX #C821BE Deep Magenta

📋 copy color: '#C821BE'

red 200 ◦ green 33 ◦ blue 190

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

Shades of Deep Magenta #C821BE

Tints of Deep Magenta #C821BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.92%

R = 47.28%
G = 7.8%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C821BE (or 0xC821BE) is known color: Deep Magenta. HEX triplet: C8, 21 and BE. RGB value is (200,33,190). Sum of RGB (Red+Green+Blue) = 200+33+190=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C821BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C821BE is #37DE41. Grayscale: #646464. Windows color (decimal): -3661378 or 12460488. OLE color: 12460488.

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

Color convert

RGB 200 33 190 -
CMYK 0 0.84 0.05 0.22
HSL 303.59º 0.72% 0.46% -
HSV(B) 303.59º 0.84% 0.78% -
XYZ 33.66 17.08 50.24 -
YUV 100.83 178.33 198.73 -
System Red Green Blue C M Y K H S L
Decimal 200 33 190 0 0.84 0.05 0.22 303.59 0.72 0.46
Hex C8 21 BE 0 54 5 16 130 48 2E
Octal 310 41 276 0 124 5 26 460 110 56
Binary 11001000 100001 10111110 0 1010100 101 10110 100110000 1001000 101110

Color Harmonies of #C821BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C821BE

Black with #C821BE

Text Example


Text Example

White with #C821BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C821BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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