Html Css Color HEX #C826D7 Deep Magenta

📋 copy color: '#C826D7'

red 200 ◦ green 38 ◦ blue 215

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

Shades of Deep Magenta #C826D7

Tints of Deep Magenta #C826D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.46%

R = 44.15%
G = 8.39%
B = 47.46%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C826D7 (or 0xC826D7) is known color: Deep Magenta. HEX triplet: C8, 26 and D7. RGB value is (200,38,215). Sum of RGB (Red+Green+Blue) = 200+38+215=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 38 (15.23% from 255 or 8.39% from 453); Blue value is 215 (84.38% from 255 or 47.46% from 453); Max value from RGB is 215 - color contains mainly: blue. Hex color #C826D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C826D7 is #37D928. Grayscale: #6A6A6A. Windows color (decimal): -3660073 or 14100168. OLE color: 14100168.

HSL color Cylindrical-coordinate representation of color #C826D7: hue angle of 294.92º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C826D7 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 38 215 -
CMYK 0.07 0.82 0 0.16
HSL 294.92º 0.7% 0.5% -
HSV(B) 294.92º 0.82% 0.84% -
XYZ 36.78 18.57 65.94 -
YUV 106.62 189.17 194.61 -
System Red Green Blue C M Y K H S L
Decimal 200 38 215 0.07 0.82 0 0.16 294.92 0.7 0.5
Hex C8 26 D7 7 52 0 10 127 46 32
Octal 310 46 327 7 122 0 20 447 106 62
Binary 11001000 100110 11010111 111 1010010 0 10000 100100111 1000110 110010

Color Harmonies of #C826D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C826D7

Black with #C826D7

Text Example


Text Example

White with #C826D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C826D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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