Html Css Color HEX #C827DC Deep Magenta

📋 copy color: '#C827DC'

red 200 ◦ green 39 ◦ blue 220

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

Shades of Deep Magenta #C827DC

Tints of Deep Magenta #C827DC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.5%

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 43.57%
G = 8.5%
B = 47.93%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C827DC (or 0xC827DC) is known color: Deep Magenta. HEX triplet: C8, 27 and DC. RGB value is (200,39,220). Sum of RGB (Red+Green+Blue) = 200+39+220=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 39 (15.62% from 255 or 8.50% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #C827DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C827DC is #37D823. Grayscale: #6B6B6B. Windows color (decimal): -3659812 or 14428104. OLE color: 14428104.

HSL color Cylindrical-coordinate representation of color #C827DC: hue angle of 293.37º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C827DC is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 39 220 -
CMYK 0.09 0.82 0 0.14
HSL 293.37º 0.72% 0.51% -
HSV(B) 293.37º 0.82% 0.86% -
XYZ 37.46 18.9 69.38 -
YUV 107.77 191.34 193.78 -
System Red Green Blue C M Y K H S L
Decimal 200 39 220 0.09 0.82 0 0.14 293.37 0.72 0.51
Hex C8 27 DC 9 52 0 E 125 48 33
Octal 310 47 334 11 122 0 16 445 110 63
Binary 11001000 100111 11011100 1001 1010010 0 1110 100100101 1001000 110011

Color Harmonies of #C827DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C827DC

Black with #C827DC

Text Example


Text Example

White with #C827DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C827DC; }

 p { color: rgb(200,39,220); }

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

background-color css

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

 a { background-color: rgb(200,39,220); }

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

border-color css

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

 span { border-color: rgb(200,39,220); }

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