#C318CC

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

Shades of Deep Magenta #C318CC

Tints of Deep Magenta #C318CC

Color information

#C318CC (or 0xC318CC) is unknown color: approx Deep Magenta. HEX triplet: C3, 18 and CC. RGB value is (195,24,204). Sum of RGB (Red+Green+Blue) = 195+24+204=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 24 (9.77% from 255 or 5.67% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #C318CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C318CC is #3CE733. Grayscale: #5F5F5F. Windows color (decimal): -3991348 or 13375683. OLE color: 13375683.

HSL color Cylindrical-coordinate representation of color #C318CC: hue angle of 297º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C318CC is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19524204-
CMYK0.040.8800.2
HSL297º78.95%44.71%-
HSV(B)297º88.24%80%-
XYZ33.7316.6258.56-
YUV95.65189.15198.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.10%
GREEN value IS 24 (9.77% from 255) = 5.67%
BLUE value IS 204 (80.08% from 255) = 48.23%
R=46.10%
G=5.67%
B=48.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal195242040.040.8800.229778.9544.71
HexC318CC4580141294f2d
Octal30330314413002445111755
Binary11000011110001100110010010110000101001001010011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C318CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C318CC; }

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

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

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

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

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

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

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

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