#C827CA

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

Shades of Deep Magenta #C827CA

Tints of Deep Magenta #C827CA

Color information

#C827CA (or 0xC827CA) is unknown color: approx Deep Magenta. HEX triplet: C8, 27 and CA. RGB value is (200,39,202). Sum of RGB (Red+Green+Blue) = 200+39+202=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 39 (15.62% from 255 or 8.84% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #C827CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C827CA is #37D835. Grayscale: #696969. Windows color (decimal): -3659830 or 13248456. OLE color: 13248456.

HSL color Cylindrical-coordinate representation of color #C827CA: hue angle of 299.26º 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 #C827CA is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB20039202-
CMYK0.010.8100.21
HSL299.26º67.63%47.25%-
HSV(B)299.26º80.69%79.22%-
XYZ35.2117.9957.49-
YUV105.72182.34195.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.35%
GREEN value IS 39 (15.62% from 255) = 8.84%
BLUE value IS 202 (79.30% from 255) = 45.80%
R=45.35%
G=8.84%
B=45.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal200392020.010.8100.21299.2667.6347.25
HexC827CA15101512b442f
Octal31047312112102545310457
Binary1100100010011111001010110100010101011001010111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C827CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C827CA; }

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

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

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

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

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

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

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

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