#C240B7

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

Shades of Fuchsia #C240B7

Tints of Fuchsia #C240B7

Color information

#C240B7 (or 0xC240B7) is unknown color: approx Fuchsia. HEX triplet: C2, 40 and B7. RGB value is (194,64,183). Sum of RGB (Red+Green+Blue) = 194+64+183=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C240B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C240B7 is #3DBF48. Grayscale: #747474. Windows color (decimal): -4046665 or 12009666. OLE color: 12009666.

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

Color convert

RGB19464183-
CMYK00.670.060.24
HSL305.08º51.59%50.59%-
HSV(B)305.08º67.01%76.08%-
XYZ32.6318.5646.66-
YUV116.44165.57183.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.99%
GREEN value IS 64 (25.39% from 255) = 14.51%
BLUE value IS 183 (71.88% from 255) = 41.50%
R=43.99%
G=14.51%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946418300.670.060.24305.0851.5950.59
HexC240B70436181313433
Octal30210026701036304616463
Binary110000101000000101101110100001111011000100110001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C240B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C240B7; }

 p { color: rgb(194,64,183); }

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

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

 a { background-color: rgb(194,64,183); }

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

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

 span { border-color: rgb(194,64,183); }

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