Html Css Color HEX #C820B9 Deep Magenta

📋 copy color: '#C820B9'

red 200 ◦ green 32 ◦ blue 185

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

Shades of Deep Magenta #C820B9

Tints of Deep Magenta #C820B9

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.67%

 BLUE value IS 185 (72.66% from 255) = 44.36%

R = 47.96%
G = 7.67%
B = 44.36%

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

#C820B9 (or 0xC820B9) is known color: Deep Magenta. HEX triplet: C8, 20 and B9. RGB value is (200,32,185). Sum of RGB (Red+Green+Blue) = 200+32+185=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C820B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C820B9 is #37DF46. Grayscale: #636363. Windows color (decimal): -3661639 or 12132552. OLE color: 12132552.

HSL color Cylindrical-coordinate representation of color #C820B9: hue angle of 305.36º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C820B9 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 32 185 -
CMYK 0 0.84 0.08 0.22
HSL 305.36º 0.72% 0.45% -
HSV(B) 305.36º 0.84% 0.78% -
XYZ 33.09 16.82 47.4 -
YUV 99.67 176.16 199.56 -
System Red Green Blue C M Y K H S L
Decimal 200 32 185 0 0.84 0.08 0.22 305.36 0.72 0.45
Hex C8 20 B9 0 54 8 16 131 48 2D
Octal 310 40 271 0 124 10 26 461 110 55
Binary 11001000 100000 10111001 0 1010100 1000 10110 100110001 1001000 101101

Color Harmonies of #C820B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C820B9

Black with #C820B9

Text Example


Text Example

White with #C820B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C820B9; }

 p { color: rgb(200,32,185); }

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

background-color css

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

 a { background-color: rgb(200,32,185); }

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

border-color css

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

 span { border-color: rgb(200,32,185); }

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