Html Css Color HEX #C826DB Deep Magenta

📋 copy color: '#C826DB'

red 200 ◦ green 38 ◦ blue 219

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

Shades of Deep Magenta #C826DB

Tints of Deep Magenta #C826DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.92%

R = 43.76%
G = 8.32%
B = 47.92%

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

#C826DB (or 0xC826DB) is known color: Deep Magenta. HEX triplet: C8, 26 and DB. RGB value is (200,38,219). Sum of RGB (Red+Green+Blue) = 200+38+219=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 38 (15.23% from 255 or 8.32% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #C826DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C826DB is #37D924. Grayscale: #6A6A6A. Windows color (decimal): -3660069 or 14362312. OLE color: 14362312.

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

Color convert

RGB 200 38 219 -
CMYK 0.09 0.83 0 0.14
HSL 293.7º 0.72% 0.5% -
HSV(B) 293.7º 0.83% 0.86% -
XYZ 37.3 18.78 68.68 -
YUV 107.07 191.17 194.28 -
System Red Green Blue C M Y K H S L
Decimal 200 38 219 0.09 0.83 0 0.14 293.7 0.72 0.5
Hex C8 26 DB 9 53 0 E 126 48 32
Octal 310 46 333 11 123 0 16 446 110 62
Binary 11001000 100110 11011011 1001 1010011 0 1110 100100110 1001000 110010

Color Harmonies of #C826DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C826DB

Black with #C826DB

Text Example


Text Example

White with #C826DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C826DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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