Html Css Color HEX #C821BC Deep Magenta

📋 copy color: '#C821BC'

red 200 ◦ green 33 ◦ blue 188

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

Shades of Deep Magenta #C821BC

Tints of Deep Magenta #C821BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.66%

R = 47.51%
G = 7.84%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C821BC (or 0xC821BC) is known color: Deep Magenta. HEX triplet: C8, 21 and BC. RGB value is (200,33,188). Sum of RGB (Red+Green+Blue) = 200+33+188=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 33 (13.28% from 255 or 7.84% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C821BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C821BC is #37DE43. Grayscale: #646464. Windows color (decimal): -3661380 or 12329416. OLE color: 12329416.

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

Color convert

RGB 200 33 188 -
CMYK 0 0.84 0.06 0.22
HSL 304.31º 0.72% 0.46% -
HSV(B) 304.31º 0.84% 0.78% -
XYZ 33.44 17 49.1 -
YUV 100.6 177.33 198.9 -
System Red Green Blue C M Y K H S L
Decimal 200 33 188 0 0.84 0.06 0.22 304.31 0.72 0.46
Hex C8 21 BC 0 54 6 16 130 48 2E
Octal 310 41 274 0 124 6 26 460 110 56
Binary 11001000 100001 10111100 0 1010100 110 10110 100110000 1001000 101110

Color Harmonies of #C821BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C821BC

Black with #C821BC

Text Example


Text Example

White with #C821BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C821BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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