#C31CCD

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

Shades of Deep Magenta #C31CCD

Tints of Deep Magenta #C31CCD

Color information

#C31CCD (or 0xC31CCD) is unknown color: approx Deep Magenta. HEX triplet: C3, 1C and CD. RGB value is (195,28,205). Sum of RGB (Red+Green+Blue) = 195+28+205=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #C31CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31CCD is #3CE332. Grayscale: #616161. Windows color (decimal): -3990323 or 13442243. OLE color: 13442243.

HSL color Cylindrical-coordinate representation of color #C31CCD: hue angle of 296.61º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31CCD is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19528205-
CMYK0.050.8600.20
HSL296.61º75.97%45.69%-
HSV(B)296.61º86.34%80.39%-
XYZ33.9416.8459.22-
YUV98.11188.33197.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.56%
GREEN value IS 28 (11.33% from 255) = 6.54%
BLUE value IS 205 (80.47% from 255) = 47.90%
R=45.56%
G=6.54%
B=47.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal195282050.050.8600.20296.6175.9745.69
HexC31CCD5560141294c2e
Octal30334315512602445111456
Binary11000011111001100110110110101100101001001010011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31CCD; }

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

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

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

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

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

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

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

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