Html Css Color HEX #C827CE Deep Magenta

📋 copy color: '#C827CE'

red 200 ◦ green 39 ◦ blue 206

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

Shades of Deep Magenta #C827CE

Tints of Deep Magenta #C827CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 44.94%
G = 8.76%
B = 46.29%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C827CE (or 0xC827CE) is known color: Deep Magenta. HEX triplet: C8, 27 and CE. RGB value is (200,39,206). Sum of RGB (Red+Green+Blue) = 200+39+206=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 39 (15.62% from 255 or 8.76% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #C827CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C827CE is #37D831. Grayscale: #696969. Windows color (decimal): -3659826 or 13510600. OLE color: 13510600.

HSL color Cylindrical-coordinate representation of color #C827CE: hue angle of 297.84º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C827CE is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 39 206 -
CMYK 0.03 0.81 0 0.19
HSL 297.84º 0.68% 0.48% -
HSV(B) 297.84º 0.81% 0.81% -
XYZ 35.69 18.19 60.02 -
YUV 106.18 184.34 194.92 -
System Red Green Blue C M Y K H S L
Decimal 200 39 206 0.03 0.81 0 0.19 297.84 0.68 0.48
Hex C8 27 CE 3 51 0 13 12A 44 30
Octal 310 47 316 3 121 0 23 452 104 60
Binary 11001000 100111 11001110 11 1010001 0 10011 100101010 1000100 110000

Color Harmonies of #C827CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C827CE

Black with #C827CE

Text Example


Text Example

White with #C827CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C827CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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