#C202B9

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

Shades of Deep Magenta #C202B9

Tints of Deep Magenta #C202B9

Color information

#C202B9 (or 0xC202B9) is unknown color: approx Deep Magenta. HEX triplet: C2, 02 and B9. RGB value is (194,2,185). Sum of RGB (Red+Green+Blue) = 194+2+185=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 185 (72.66% from 255 or 48.56% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C202B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C202B9 is #3DFD46. Grayscale: #4F4F4F. Windows color (decimal): -4062535 or 12124866. OLE color: 12124866.

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

Color convert

RGB1942185-
CMYK00.990.050.24
HSL302.81º97.96%38.43%-
HSV(B)302.81º98.97%76.08%-
XYZ31.0315.0247.16-
YUV80.27187.11209.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.92%
GREEN value IS 2 (1.17% from 255) = 0.52%
BLUE value IS 185 (72.66% from 255) = 48.56%
R=50.92%
G=0.52%
B=48.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194218500.990.050.24302.8197.9638.43
HexC22B906351812f6226
Octal3022271014353045714246
Binary11000010101011100101100011101110001001011111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C202B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C202B9; }

 p { color: rgb(194,2,185); }

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

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

 a { background-color: rgb(194,2,185); }

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

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

 span { border-color: rgb(194,2,185); }

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