#C31CC4

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

Shades of Deep Magenta #C31CC4

Tints of Deep Magenta #C31CC4

Color information

#C31CC4 (or 0xC31CC4) is unknown color: approx Deep Magenta. HEX triplet: C3, 1C and C4. RGB value is (195,28,196). Sum of RGB (Red+Green+Blue) = 195+28+196=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 28 (11.33% from 255 or 6.68% from 419); Blue value is 196 (76.95% from 255 or 46.78% from 419); Max value from RGB is 196 - color contains mainly: blue. Hex color #C31CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31CC4 is #3CE33B. Grayscale: #606060. Windows color (decimal): -3990332 or 12852419. OLE color: 12852419.

HSL color Cylindrical-coordinate representation of color #C31CC4: hue angle of 299.64º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31CC4 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19528196-
CMYK0.010.8600.23
HSL299.64º75%43.92%-
HSV(B)299.64º85.71%76.86%-
XYZ32.8816.4253.66-
YUV97.08183.83197.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.54%
GREEN value IS 28 (11.33% from 255) = 6.68%
BLUE value IS 196 (76.95% from 255) = 46.78%
R=46.54%
G=6.68%
B=46.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal195281960.010.8600.23299.647543.92
HexC31CC415601712c4b2c
Octal30334304112602745411354
Binary110000111110011000100110101100101111001011001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31CC4; }

 p { color: rgb(195,28,196); }

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

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

 a { background-color: rgb(195,28,196); }

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

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

 span { border-color: rgb(195,28,196); }

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