Html Css Color HEX #C826C6 Deep Magenta

📋 copy color: '#C826C6'

red 200 ◦ green 38 ◦ blue 198

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

Shades of Deep Magenta #C826C6

Tints of Deep Magenta #C826C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.41%

R = 45.87%
G = 8.72%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C826C6 (or 0xC826C6) is known color: Deep Magenta. HEX triplet: C8, 26 and C6. RGB value is (200,38,198). Sum of RGB (Red+Green+Blue) = 200+38+198=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 38 (15.23% from 255 or 8.72% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C826C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C826C6 is #37D939. Grayscale: #686868. Windows color (decimal): -3660090 or 12986056. OLE color: 12986056.

HSL color Cylindrical-coordinate representation of color #C826C6: hue angle of 300.74º 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 #C826C6 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 38 198 -
CMYK 0 0.81 0.01 0.22
HSL 300.74º 0.68% 0.47% -
HSV(B) 300.74º 0.81% 0.78% -
XYZ 34.71 17.74 55.02 -
YUV 104.68 180.67 195.99 -
System Red Green Blue C M Y K H S L
Decimal 200 38 198 0 0.81 0.01 0.22 300.74 0.68 0.47
Hex C8 26 C6 0 51 1 16 12D 44 2F
Octal 310 46 306 0 121 1 26 455 104 57
Binary 11001000 100110 11000110 0 1010001 1 10110 100101101 1000100 101111

Color Harmonies of #C826C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C826C6

Black with #C826C6

Text Example


Text Example

White with #C826C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C826C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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