Html Css Color HEX #C826DC Deep Magenta

📋 copy color: '#C826DC'

red 200 ◦ green 38 ◦ blue 220

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

Shades of Deep Magenta #C826DC

Tints of Deep Magenta #C826DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.03%

R = 43.67%
G = 8.3%
B = 48.03%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C826DC (or 0xC826DC) is known color: Deep Magenta. HEX triplet: C8, 26 and DC. RGB value is (200,38,220). Sum of RGB (Red+Green+Blue) = 200+38+220=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 38 (15.23% from 255 or 8.30% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #C826DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C826DC is #37D923. Grayscale: #6A6A6A. Windows color (decimal): -3660068 or 14427848. OLE color: 14427848.

HSL color Cylindrical-coordinate representation of color #C826DC: hue angle of 293.41º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C826DC is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 38 220 -
CMYK 0.09 0.83 0 0.14
HSL 293.41º 0.72% 0.51% -
HSV(B) 293.41º 0.83% 0.86% -
XYZ 37.43 18.83 69.37 -
YUV 107.19 191.67 194.2 -
System Red Green Blue C M Y K H S L
Decimal 200 38 220 0.09 0.83 0 0.14 293.41 0.72 0.51
Hex C8 26 DC 9 53 0 E 125 48 33
Octal 310 46 334 11 123 0 16 445 110 63
Binary 11001000 100110 11011100 1001 1010011 0 1110 100100101 1001000 110011

Color Harmonies of #C826DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C826DC

Black with #C826DC

Text Example


Text Example

White with #C826DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C826DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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