#C114CE

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

Shades of Deep Magenta #C114CE

Tints of Deep Magenta #C114CE

Color information

#C114CE (or 0xC114CE) is unknown color: approx Deep Magenta. HEX triplet: C1, 14 and CE. RGB value is (193,20,206). Sum of RGB (Red+Green+Blue) = 193+20+206=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #C114CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C114CE is #3EEB31. Grayscale: #5C5C5C. Windows color (decimal): -4123442 or 13505729. OLE color: 13505729.

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

Color convert

RGB19320206-
CMYK0.060.9000.19
HSL295.81º82.3%44.31%-
HSV(B)295.81º90.29%80.78%-
XYZ33.3816.2959.78-
YUV92.93191.81199.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.06%
GREEN value IS 20 (8.20% from 255) = 4.77%
BLUE value IS 206 (80.86% from 255) = 49.16%
R=46.06%
G=4.77%
B=49.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal193202060.060.9000.19295.8182.344.31
HexC114CE65A013128522c
Octal30124316613202345012254
Binary11000001101001100111011010110100100111001010001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C114CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C114CE; }

 p { color: rgb(193,20,206); }

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

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

 a { background-color: rgb(193,20,206); }

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

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

 span { border-color: rgb(193,20,206); }

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