#C246BD

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

Shades of Fuchsia #C246BD

Tints of Fuchsia #C246BD

Color information

#C246BD (or 0xC246BD) is unknown color: approx Fuchsia. HEX triplet: C2, 46 and BD. RGB value is (194,70,189). Sum of RGB (Red+Green+Blue) = 194+70+189=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C246BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246BD is #3DB942. Grayscale: #787878. Windows color (decimal): -4045123 or 12404418. OLE color: 12404418.

HSL color Cylindrical-coordinate representation of color #C246BD: hue angle of 302.42º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C246BD is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB19470189-
CMYK00.640.030.24
HSL302.42º50.41%51.76%-
HSV(B)302.42º63.92%76.08%-
XYZ33.6219.5250.14-
YUV120.64166.58180.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.83%
GREEN value IS 70 (27.73% from 255) = 15.45%
BLUE value IS 189 (74.22% from 255) = 41.72%
R=42.83%
G=15.45%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947018900.640.030.24302.4250.4151.76
HexC246BD04031812e3234
Octal30210627501003304566264
Binary11000010100011010111101010000001111000100101110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C246BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C246BD; }

 p { color: rgb(194,70,189); }

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

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

 a { background-color: rgb(194,70,189); }

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

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

 span { border-color: rgb(194,70,189); }

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