Html Css Color HEX #C826DD Deep Magenta

📋 copy color: '#C826DD'

red 200 ◦ green 38 ◦ blue 221

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

Shades of Deep Magenta #C826DD

Tints of Deep Magenta #C826DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 43.57%
G = 8.28%
B = 48.15%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C826DD (or 0xC826DD) is known color: Deep Magenta. HEX triplet: C8, 26 and DD. RGB value is (200,38,221). Sum of RGB (Red+Green+Blue) = 200+38+221=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 38 (15.23% from 255 or 8.28% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #C826DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C826DD is #37D922. Grayscale: #6A6A6A. Windows color (decimal): -3660067 or 14493384. OLE color: 14493384.

HSL color Cylindrical-coordinate representation of color #C826DD: hue angle of 293.11º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C826DD is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 38 221 -
CMYK 0.10 0.83 0 0.13
HSL 293.11º 0.73% 0.51% -
HSV(B) 293.11º 0.83% 0.87% -
XYZ 37.56 18.89 70.07 -
YUV 107.3 192.17 194.12 -
System Red Green Blue C M Y K H S L
Decimal 200 38 221 0.10 0.83 0 0.13 293.11 0.73 0.51
Hex C8 26 DD A 53 0 D 125 49 33
Octal 310 46 335 12 123 0 15 445 111 63
Binary 11001000 100110 11011101 1010 1010011 0 1101 100100101 1001001 110011

Color Harmonies of #C826DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C826DD

Black with #C826DD

Text Example


Text Example

White with #C826DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C826DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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