#C825BB

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

Shades of Deep Magenta #C825BB

Tints of Deep Magenta #C825BB

Color information

#C825BB (or 0xC825BB) is unknown color: approx Deep Magenta. HEX triplet: C8, 25 and BB. RGB value is (200,37,187). Sum of RGB (Red+Green+Blue) = 200+37+187=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C825BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C825BB is #37DA44. Grayscale: #666666. Windows color (decimal): -3660357 or 12264904. OLE color: 12264904.

HSL color Cylindrical-coordinate representation of color #C825BB: hue angle of 304.79º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C825BB is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB20037187-
CMYK00.820.060.22
HSL304.79º68.78%46.47%-
HSV(B)304.79º81.5%78.43%-
XYZ33.4517.1948.57-
YUV102.84175.5197.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.17%
GREEN value IS 37 (14.84% from 255) = 8.73%
BLUE value IS 187 (73.44% from 255) = 44.10%
R=47.17%
G=8.73%
B=44.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2003718700.820.060.22304.7968.7846.47
HexC825BB052616131452e
Octal31045273012262646110556
Binary110010001001011011101101010010110101101001100011000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C825BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C825BB; }

 p { color: rgb(200,37,187); }

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

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

 a { background-color: rgb(200,37,187); }

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

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

 span { border-color: rgb(200,37,187); }

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