#C12DC6

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

Shades of Fuchsia #C12DC6

Tints of Fuchsia #C12DC6

Color information

#C12DC6 (or 0xC12DC6) is unknown color: approx Fuchsia. HEX triplet: C1, 2D and C6. RGB value is (193,45,198). Sum of RGB (Red+Green+Blue) = 193+45+198=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 198 - color contains mainly: blue. Hex color #C12DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12DC6 is #3ED239. Grayscale: #6A6A6A. Windows color (decimal): -4117050 or 12987841. OLE color: 12987841.

HSL color Cylindrical-coordinate representation of color #C12DC6: hue angle of 298.04º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12DC6 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19345198-
CMYK0.030.7700.22
HSL298.04º62.96%47.65%-
HSV(B)298.04º77.27%77.65%-
XYZ33.1217.2955.02-
YUV106.69179.53189.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.27%
GREEN value IS 45 (17.97% from 255) = 10.32%
BLUE value IS 198 (77.73% from 255) = 45.41%
R=44.27%
G=10.32%
B=45.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal193451980.030.7700.22298.0462.9647.65
HexC12DC634D01612a3f30
Octal3015530631150264527760
Binary1100000110110111000110111001101010110100101010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12DC6; }

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

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

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

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

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

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

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

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