#C200B8

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

Shades of Deep Magenta #C200B8

Tints of Deep Magenta #C200B8

Color information

#C200B8 (or 0xC200B8) is unknown color: approx Deep Magenta. HEX triplet: C2, 00 and B8. RGB value is (194,0,184). Sum of RGB (Red+Green+Blue) = 194+0+184=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C200B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C200B8 is #3DFF47. Grayscale: #4E4E4E. Windows color (decimal): -4063048 or 12058818. OLE color: 12058818.

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

Color convert

RGB1940184-
CMYK010.050.24
HSL303.09º100%38.04%-
HSV(B)303.09º100%76.08%-
XYZ30.914.9346.6-
YUV78.98187.27210.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 184 (72.27% from 255) = 48.68%
R=51.32%
G=0%
B=48.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1940184010.050.24303.0910038.04
HexC20B806451812f6426
Octal3020270014453045714446
Binary1100001001011100001100100101110001001011111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C200B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C200B8; }

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

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

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

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

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

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

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

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