#C244B7

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

Shades of Fuchsia #C244B7

Tints of Fuchsia #C244B7

Color information

#C244B7 (or 0xC244B7) is unknown color: approx Fuchsia. HEX triplet: C2, 44 and B7. RGB value is (194,68,183). Sum of RGB (Red+Green+Blue) = 194+68+183=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C244B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C244B7 is #3DBB48. Grayscale: #767676. Windows color (decimal): -4045641 or 12010690. OLE color: 12010690.

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

Color convert

RGB19468183-
CMYK00.650.060.24
HSL305.24º50.81%51.37%-
HSV(B)305.24º64.95%76.08%-
XYZ32.8619.0246.74-
YUV118.78164.24181.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.60%
GREEN value IS 68 (26.95% from 255) = 15.28%
BLUE value IS 183 (71.88% from 255) = 41.12%
R=43.60%
G=15.28%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946818300.650.060.24305.2450.8151.37
HexC244B70416181313333
Octal30210426701016304616363
Binary110000101000100101101110100000111011000100110001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C244B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C244B7; }

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

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

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

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

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

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

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

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