#C214C3

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

Shades of Deep Magenta #C214C3

Tints of Deep Magenta #C214C3

Color information

#C214C3 (or 0xC214C3) is unknown color: approx Deep Magenta. HEX triplet: C2, 14 and C3. RGB value is (194,20,195). Sum of RGB (Red+Green+Blue) = 194+20+195=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 195 (76.56% from 255 or 47.68% from 409); Max value from RGB is 195 - color contains mainly: blue. Hex color #C214C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C214C3 is #3DEB3C. Grayscale: #5B5B5B. Windows color (decimal): -4057917 or 12784834. OLE color: 12784834.

HSL color Cylindrical-coordinate representation of color #C214C3: hue angle of 299.66º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C214C3 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19420195-
CMYK0.010.9000.24
HSL299.66º81.4%42.16%-
HSV(B)299.66º89.74%76.47%-
XYZ32.3515.9153-
YUV91.98186.15200.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.43%
GREEN value IS 20 (8.20% from 255) = 4.89%
BLUE value IS 195 (76.56% from 255) = 47.68%
R=47.43%
G=4.89%
B=47.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194201950.010.9000.24299.6681.442.16
HexC214C315A01812c512a
Octal30224303113203045412152
Binary110000101010011000011110110100110001001011001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C214C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C214C3; }

 p { color: rgb(194,20,195); }

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

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

 a { background-color: rgb(194,20,195); }

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

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

 span { border-color: rgb(194,20,195); }

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