#c327cf

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

Shades of Deep Magenta #C327CF

Tints of Deep Magenta #C327CF

Color information

#C327CF (or 0xC327CF) is unknown color: approx Deep Magenta. HEX triplet: C3, 27 and CF. RGB value is (195,39,207). Sum of RGB (Red+Green+Blue) = 195+39+207=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 39 (15.62% from 255 or 8.84% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #C327CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C327CF is #3CD830. Grayscale: #686868. Windows color (decimal): -3987505 or 13576131. OLE color: 13576131.

HSL color Cylindrical-coordinate representation of color #C327CF: hue angle of 295.71º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C327CF is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19539207-
CMYK0.060.8100.19
HSL295.71º68.29%48.24%-
HSV(B)295.71º81.16%81.18%-
XYZ34.4917.5660.6-
YUV104.8185.68192.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.22%
GREEN value IS 39 (15.62% from 255) = 8.84%
BLUE value IS 207 (81.25% from 255) = 46.94%
R=44.22%
G=8.84%
B=46.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal195392070.060.8100.19295.7168.2948.24
HexC327CF6510131284430
Octal30347317612102345010460
Binary110000111001111100111111010100010100111001010001000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c327cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c327cf; }

 p { color: rgb(195,39,207); }

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

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

 a { background-color: rgb(195,39,207); }

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

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

 span { border-color: rgb(195,39,207); }

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