Html Css Color HEX #C826C7 Deep Magenta

📋 copy color: '#C826C7'

red 200 ◦ green 38 ◦ blue 199

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

Shades of Deep Magenta #C826C7

Tints of Deep Magenta #C826C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.54%

R = 45.77%
G = 8.7%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.00

 K value IS 0.22

RGB Variations

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

Color information

#C826C7 (or 0xC826C7) is known color: Deep Magenta. HEX triplet: C8, 26 and C7. RGB value is (200,38,199). Sum of RGB (Red+Green+Blue) = 200+38+199=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 38 (15.23% from 255 or 8.70% from 437); Blue value is 199 (78.12% from 255 or 45.54% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C826C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C826C7 is #37D938. Grayscale: #686868. Windows color (decimal): -3660089 or 13051592. OLE color: 13051592.

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

Color convert

RGB 200 38 199 -
CMYK 0 0.81 0.00 0.22
HSL 300.37º 0.68% 0.47% -
HSV(B) 300.37º 0.81% 0.78% -
XYZ 34.82 17.79 55.63 -
YUV 104.79 181.17 195.91 -
System Red Green Blue C M Y K H S L
Decimal 200 38 199 0 0.81 0.00 0.22 300.37 0.68 0.47
Hex C8 26 C7 0 51 0 16 12C 44 2F
Octal 310 46 307 0 121 0 26 454 104 57
Binary 11001000 100110 11000111 0 1010001 0 10110 100101100 1000100 101111

Color Harmonies of #C826C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C826C7

Black with #C826C7

Text Example


Text Example

White with #C826C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C826C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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