Html Css Color HEX #C828DF Deep Magenta

📋 copy color: '#C828DF'

red 200 ◦ green 40 ◦ blue 223

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

Shades of Deep Magenta #C828DF

Tints of Deep Magenta #C828DF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.64%

 BLUE value IS 223 (87.5% from 255) = 48.16%

R = 43.2%
G = 8.64%
B = 48.16%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C828DF (or 0xC828DF) is known color: Deep Magenta. HEX triplet: C8, 28 and DF. RGB value is (200,40,223). Sum of RGB (Red+Green+Blue) = 200+40+223=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 40 (16.02% from 255 or 8.64% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #C828DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C828DF is #37D720. Grayscale: #6C6C6C. Windows color (decimal): -3659553 or 14624968. OLE color: 14624968.

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

Color convert

RGB 200 40 223 -
CMYK 0.10 0.82 0 0.13
HSL 292.46º 0.74% 0.52% -
HSV(B) 292.46º 0.82% 0.87% -
XYZ 37.9 19.12 71.51 -
YUV 108.7 192.51 193.12 -
System Red Green Blue C M Y K H S L
Decimal 200 40 223 0.10 0.82 0 0.13 292.46 0.74 0.52
Hex C8 28 DF A 52 0 D 124 4A 34
Octal 310 50 337 12 122 0 15 444 112 64
Binary 11001000 101000 11011111 1010 1010010 0 1101 100100100 1001010 110100

Color Harmonies of #C828DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C828DF

Black with #C828DF

Text Example


Text Example

White with #C828DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C828DF; }

 p { color: rgb(200,40,223); }

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

background-color css

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

 a { background-color: rgb(200,40,223); }

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

border-color css

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

 span { border-color: rgb(200,40,223); }

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