Html Css Color HEX #C828E0 Deep Magenta

📋 copy color: '#C828E0'

red 200 ◦ green 40 ◦ blue 224

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

Shades of Deep Magenta #C828E0

Tints of Deep Magenta #C828E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.28%

R = 43.1%
G = 8.62%
B = 48.28%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C828E0 (or 0xC828E0) is known color: Deep Magenta. HEX triplet: C8, 28 and E0. RGB value is (200,40,224). Sum of RGB (Red+Green+Blue) = 200+40+224=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 40 (16.02% from 255 or 8.62% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #C828E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C828E0 is #37D71F. Grayscale: #6C6C6C. Windows color (decimal): -3659552 or 14690504. OLE color: 14690504.

HSL color Cylindrical-coordinate representation of color #C828E0: hue angle of 292.17º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C828E0 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 200 40 224 -
CMYK 0.11 0.82 0 0.12
HSL 292.17º 0.75% 0.52% -
HSV(B) 292.17º 0.82% 0.88% -
XYZ 38.03 19.18 72.22 -
YUV 108.82 193.01 193.04 -
System Red Green Blue C M Y K H S L
Decimal 200 40 224 0.11 0.82 0 0.12 292.17 0.75 0.52
Hex C8 28 E0 B 52 0 C 124 4B 34
Octal 310 50 340 13 122 0 14 444 113 64
Binary 11001000 101000 11100000 1011 1010010 0 1100 100100100 1001011 110100

Color Harmonies of #C828E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C828E0

Black with #C828E0

Text Example


Text Example

White with #C828E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C828E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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