#C318B2

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

Shades of Deep Magenta #C318B2

Tints of Deep Magenta #C318B2

Color information

#C318B2 (or 0xC318B2) is unknown color: approx Deep Magenta. HEX triplet: C3, 18 and B2. RGB value is (195,24,178). Sum of RGB (Red+Green+Blue) = 195+24+178=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 178 (69.92% from 255 or 44.84% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C318B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C318B2 is #3CE74D. Grayscale: #5C5C5C. Windows color (decimal): -3991374 or 11671747. OLE color: 11671747.

HSL color Cylindrical-coordinate representation of color #C318B2: hue angle of 305.96º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C318B2 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB19524178-
CMYK00.880.090.24
HSL305.96º78.08%42.94%-
HSV(B)305.96º87.69%76.47%-
XYZ30.8715.4743.48-
YUV92.68176.15200.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.12%
GREEN value IS 24 (9.77% from 255) = 6.05%
BLUE value IS 178 (69.92% from 255) = 44.84%
R=49.12%
G=6.05%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1952417800.880.090.24305.9678.0842.94
HexC318B20589181324e2b
Octal303302620130113046211653
Binary110000111100010110010010110001001110001001100101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C318B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C318B2; }

 p { color: rgb(195,24,178); }

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

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

 a { background-color: rgb(195,24,178); }

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

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

 span { border-color: rgb(195,24,178); }

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