Html Css Color HEX #C828BA Deep Magenta

📋 copy color: '#C828BA'

red 200 ◦ green 40 ◦ blue 186

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

Shades of Deep Magenta #C828BA

Tints of Deep Magenta #C828BA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.39%

 BLUE value IS 186 (73.05% from 255) = 43.66%

R = 46.95%
G = 9.39%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C828BA (or 0xC828BA) is known color: Deep Magenta. HEX triplet: C8, 28 and BA. RGB value is (200,40,186). Sum of RGB (Red+Green+Blue) = 200+40+186=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C828BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C828BA is #37D745. Grayscale: #686868. Windows color (decimal): -3659590 or 12200136. OLE color: 12200136.

HSL color Cylindrical-coordinate representation of color #C828BA: hue angle of 305.25º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C828BA is Cyan = 0, Magento = 0.8, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 40 186 -
CMYK 0 0.8 0.07 0.22
HSL 305.25º 0.67% 0.47% -
HSV(B) 305.25º 0.8% 0.78% -
XYZ 33.44 17.34 48.04 -
YUV 104.48 174.01 196.13 -
System Red Green Blue C M Y K H S L
Decimal 200 40 186 0 0.8 0.07 0.22 305.25 0.67 0.47
Hex C8 28 BA 0 50 7 16 131 43 2F
Octal 310 50 272 0 120 7 26 461 103 57
Binary 11001000 101000 10111010 0 1010000 111 10110 100110001 1000011 101111

Color Harmonies of #C828BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C828BA

Black with #C828BA

Text Example


Text Example

White with #C828BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C828BA; }

 p { color: rgb(200,40,186); }

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

background-color css

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

 a { background-color: rgb(200,40,186); }

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

border-color css

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

 span { border-color: rgb(200,40,186); }

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