#C827C9

Color #C827C9 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C827C9

Tints of Deep Magenta #C827C9

Color information

#C827C9 (or 0xC827C9) is unknown color: approx Deep Magenta. HEX triplet: C8, 27 and C9. RGB value is (200,39,201). Sum of RGB (Red+Green+Blue) = 200+39+201=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 39 (15.62% from 255 or 8.86% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 201 - color contains mainly: blue. Hex color #C827C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C827C9 is #37D836. Grayscale: #696969. Windows color (decimal): -3659831 or 13182920. OLE color: 13182920.

HSL color Cylindrical-coordinate representation of color #C827C9: hue angle of 299.63º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C827C9 is Cyan = 0.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB20039201-
CMYK0.000.8100.21
HSL299.63º67.5%47.06%-
HSV(B)299.63º80.6%78.82%-
XYZ35.0917.9556.87-
YUV105.61181.84195.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.45%
GREEN value IS 39 (15.62% from 255) = 8.86%
BLUE value IS 201 (78.91% from 255) = 45.68%
R=45.45%
G=8.86%
B=45.68%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal200392010.000.8100.21299.6367.547.06
HexC827C905101512c442f
Octal31047311012102545410457
Binary1100100010011111001001010100010101011001011001000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C827C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C827C9; }

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

 H1.HeaderClassName
 {
   color: #C827C9;
 }
 .AnyTagClassName
 {
   color: #C827C9;
 }
</style>
background-color css

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

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

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

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

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

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