Html Css Color HEX #C820BE Deep Magenta

📋 copy color: '#C820BE'

red 200 ◦ green 32 ◦ blue 190

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

Shades of Deep Magenta #C820BE

Tints of Deep Magenta #C820BE

RGB

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

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

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

R = 47.39%
G = 7.58%
B = 45.02%

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

#C820BE (or 0xC820BE) is known color: Deep Magenta. HEX triplet: C8, 20 and BE. RGB value is (200,32,190). Sum of RGB (Red+Green+Blue) = 200+32+190=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 32 (12.89% from 255 or 7.58% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C820BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C820BE is #37DF41. Grayscale: #636363. Windows color (decimal): -3661634 or 12460232. OLE color: 12460232.

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

Color convert

RGB 200 32 190 -
CMYK 0 0.84 0.05 0.22
HSL 303.57º 0.72% 0.45% -
HSV(B) 303.57º 0.84% 0.78% -
XYZ 33.63 17.03 50.23 -
YUV 100.24 178.66 199.15 -
System Red Green Blue C M Y K H S L
Decimal 200 32 190 0 0.84 0.05 0.22 303.57 0.72 0.45
Hex C8 20 BE 0 54 5 16 130 48 2D
Octal 310 40 276 0 124 5 26 460 110 55
Binary 11001000 100000 10111110 0 1010100 101 10110 100110000 1001000 101101

Color Harmonies of #C820BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C820BE

Black with #C820BE

Text Example


Text Example

White with #C820BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C820BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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