#C12BC6

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

Shades of Fuchsia #C12BC6

Tints of Fuchsia #C12BC6

Color information

#C12BC6 (or 0xC12BC6) is unknown color: approx Fuchsia. HEX triplet: C1, 2B and C6. RGB value is (193,43,198). Sum of RGB (Red+Green+Blue) = 193+43+198=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 198 (77.73% from 255 or 45.62% from 434); Max value from RGB is 198 - color contains mainly: blue. Hex color #C12BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12BC6 is #3ED439. Grayscale: #696969. Windows color (decimal): -4117562 or 12987329. OLE color: 12987329.

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

Color convert

RGB19343198-
CMYK0.030.7800.22
HSL298.06º64.32%47.25%-
HSV(B)298.06º78.28%77.65%-
XYZ33.0517.1454.99-
YUV105.52180.2190.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.47%
GREEN value IS 43 (17.19% from 255) = 9.91%
BLUE value IS 198 (77.73% from 255) = 45.62%
R=44.47%
G=9.91%
B=45.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal193431980.030.7800.22298.0664.3247.25
HexC12BC634E01612a402f
Octal30153306311602645210057
Binary11000001101011110001101110011100101101001010101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12BC6; }

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

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

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

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

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

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

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

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