Html Css Color HEX #C826B0 Deep Magenta

📋 copy color: '#C826B0'

red 200 ◦ green 38 ◦ blue 176

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

Shades of Deep Magenta #C826B0

Tints of Deep Magenta #C826B0

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.18%

 BLUE value IS 176 (69.14% from 255) = 42.51%

R = 48.31%
G = 9.18%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C826B0 (or 0xC826B0) is known color: Deep Magenta. HEX triplet: C8, 26 and B0. RGB value is (200,38,176). Sum of RGB (Red+Green+Blue) = 200+38+176=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 38 (15.23% from 255 or 9.18% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C826B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C826B0 is #37D94F. Grayscale: #656565. Windows color (decimal): -3660112 or 11544264. OLE color: 11544264.

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

Color convert

RGB 200 38 176 -
CMYK 0 0.81 0.12 0.22
HSL 308.89º 0.68% 0.47% -
HSV(B) 308.89º 0.81% 0.78% -
XYZ 32.35 16.8 42.61 -
YUV 102.17 169.67 197.78 -
System Red Green Blue C M Y K H S L
Decimal 200 38 176 0 0.81 0.12 0.22 308.89 0.68 0.47
Hex C8 26 B0 0 51 C 16 135 44 2F
Octal 310 46 260 0 121 14 26 465 104 57
Binary 11001000 100110 10110000 0 1010001 1100 10110 100110101 1000100 101111

Color Harmonies of #C826B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C826B0

Black with #C826B0

Text Example


Text Example

White with #C826B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C826B0; }

 p { color: rgb(200,38,176); }

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

background-color css

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

 a { background-color: rgb(200,38,176); }

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

border-color css

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

 span { border-color: rgb(200,38,176); }

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