Html Css Color HEX #C828DA Deep Magenta

📋 copy color: '#C828DA'

red 200 ◦ green 40 ◦ blue 218

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

Shades of Deep Magenta #C828DA

Tints of Deep Magenta #C828DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.6%

R = 43.67%
G = 8.73%
B = 47.6%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C828DA (or 0xC828DA) is known color: Deep Magenta. HEX triplet: C8, 28 and DA. RGB value is (200,40,218). Sum of RGB (Red+Green+Blue) = 200+40+218=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #C828DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C828DA is #37D725. Grayscale: #6B6B6B. Windows color (decimal): -3659558 or 14297288. OLE color: 14297288.

HSL color Cylindrical-coordinate representation of color #C828DA: hue angle of 293.93º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C828DA is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 40 218 -
CMYK 0.08 0.82 0 0.15
HSL 293.93º 0.71% 0.51% -
HSV(B) 293.93º 0.82% 0.85% -
XYZ 37.23 18.86 68.01 -
YUV 108.13 190.01 193.53 -
System Red Green Blue C M Y K H S L
Decimal 200 40 218 0.08 0.82 0 0.15 293.93 0.71 0.51
Hex C8 28 DA 8 52 0 F 126 47 33
Octal 310 50 332 10 122 0 17 446 107 63
Binary 11001000 101000 11011010 1000 1010010 0 1111 100100110 1000111 110011

Color Harmonies of #C828DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C828DA

Black with #C828DA

Text Example


Text Example

White with #C828DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C828DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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