#C12DCE

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

Shades of Fuchsia #C12DCE

Tints of Fuchsia #C12DCE

Color information

#C12DCE (or 0xC12DCE) is unknown color: approx Fuchsia. HEX triplet: C1, 2D and CE. RGB value is (193,45,206). Sum of RGB (Red+Green+Blue) = 193+45+206=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #C12DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12DCE is #3ED231. Grayscale: #6B6B6B. Windows color (decimal): -4117042 or 13512129. OLE color: 13512129.

HSL color Cylindrical-coordinate representation of color #C12DCE: hue angle of 295.16º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12DCE is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19345206-
CMYK0.060.7800.19
HSL295.16º64.14%49.22%-
HSV(B)295.16º78.16%80.78%-
XYZ34.0717.6760.01-
YUV107.61183.53188.91-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.47%
GREEN value IS 45 (17.97% from 255) = 10.14%
BLUE value IS 206 (80.86% from 255) = 46.40%
R=43.47%
G=10.14%
B=46.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal193452060.060.7800.19295.1664.1449.22
HexC12DCE64E0131274031
Octal30155316611602344710061
Binary110000011011011100111011010011100100111001001111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12DCE; }

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

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

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

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

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

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

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

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