#C205B8

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

Shades of Deep Magenta #C205B8

Tints of Deep Magenta #C205B8

Color information

#C205B8 (or 0xC205B8) is unknown color: approx Deep Magenta. HEX triplet: C2, 05 and B8. RGB value is (194,5,184). Sum of RGB (Red+Green+Blue) = 194+5+184=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 184 (72.27% from 255 or 48.04% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C205B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C205B8 is #3DFA47. Grayscale: #515151. Windows color (decimal): -4061768 or 12060098. OLE color: 12060098.

HSL color Cylindrical-coordinate representation of color #C205B8: hue angle of 303.17º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C205B8 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB1945184-
CMYK00.970.050.24
HSL303.17º94.97%39.02%-
HSV(B)303.17º97.42%76.08%-
XYZ30.9515.0446.62-
YUV81.92185.62207.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.65%
GREEN value IS 5 (2.34% from 255) = 1.31%
BLUE value IS 184 (72.27% from 255) = 48.04%
R=50.65%
G=1.31%
B=48.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194518400.970.050.24303.1794.9739.02
HexC25B806151812f5f27
Octal3025270014153045713747
Binary110000101011011100001100001101110001001011111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C205B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C205B8; }

 p { color: rgb(194,5,184); }

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

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

 a { background-color: rgb(194,5,184); }

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

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

 span { border-color: rgb(194,5,184); }

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