#C21FBE

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

Shades of Deep Magenta #C21FBE

Tints of Deep Magenta #C21FBE

Color information

#C21FBE (or 0xC21FBE) is unknown color: approx Deep Magenta. HEX triplet: C2, 1F and BE. RGB value is (194,31,190). Sum of RGB (Red+Green+Blue) = 194+31+190=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C21FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21FBE is #3DE041. Grayscale: #616161. Windows color (decimal): -4055106 or 12459970. OLE color: 12459970.

HSL color Cylindrical-coordinate representation of color #C21FBE: hue angle of 301.47º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C21FBE is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB19431190-
CMYK00.840.020.24
HSL301.47º72.44%44.12%-
HSV(B)301.47º84.02%76.08%-
XYZ32.0316.1750.15-
YUV97.86180196.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.75%
GREEN value IS 31 (12.5% from 255) = 7.47%
BLUE value IS 190 (74.61% from 255) = 45.78%
R=46.75%
G=7.47%
B=45.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943119000.840.020.24301.4772.4444.12
HexC21FBE05421812d482c
Octal30237276012423045511054
Binary1100001011111101111100101010010110001001011011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21FBE; }

 p { color: rgb(194,31,190); }

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

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

 a { background-color: rgb(194,31,190); }

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

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

 span { border-color: rgb(194,31,190); }

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