Html Css Color HEX #C826C4 Deep Magenta

📋 copy color: '#C826C4'

red 200 ◦ green 38 ◦ blue 196

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

Shades of Deep Magenta #C826C4

Tints of Deep Magenta #C826C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 45.16%

R = 46.08%
G = 8.76%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C826C4 (or 0xC826C4) is known color: Deep Magenta. HEX triplet: C8, 26 and C4. RGB value is (200,38,196). Sum of RGB (Red+Green+Blue) = 200+38+196=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 38 (15.23% from 255 or 8.76% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C826C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C826C4 is #37D93B. Grayscale: #676767. Windows color (decimal): -3660092 or 12854984. OLE color: 12854984.

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

Color convert

RGB 200 38 196 -
CMYK 0 0.81 0.02 0.22
HSL 301.48º 0.68% 0.47% -
HSV(B) 301.48º 0.81% 0.78% -
XYZ 34.48 17.65 53.81 -
YUV 104.45 179.67 196.15 -
System Red Green Blue C M Y K H S L
Decimal 200 38 196 0 0.81 0.02 0.22 301.48 0.68 0.47
Hex C8 26 C4 0 51 2 16 12D 44 2F
Octal 310 46 304 0 121 2 26 455 104 57
Binary 11001000 100110 11000100 0 1010001 10 10110 100101101 1000100 101111

Color Harmonies of #C826C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C826C4

Black with #C826C4

Text Example


Text Example

White with #C826C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C826C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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