#C274B6

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

Shades of Fuchsia #C274B6

Tints of Fuchsia #C274B6

Color information

#C274B6 (or 0xC274B6) is unknown color: approx Fuchsia. HEX triplet: C2, 74 and B6. RGB value is (194,116,182). Sum of RGB (Red+Green+Blue) = 194+116+182=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 182 (71.48% from 255 or 36.99% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C274B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C274B6 is #3D8B49. Grayscale: #929292. Windows color (decimal): -4033354 or 11957442. OLE color: 11957442.

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

Color convert

RGB194116182-
CMYK00.400.060.24
HSL309.23º39%60.78%-
HSV(B)309.23º40.21%76.08%-
XYZ36.9427.3447.59-
YUV146.85147.84161.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.43%
GREEN value IS 116 (45.70% from 255) = 23.58%
BLUE value IS 182 (71.48% from 255) = 36.99%
R=39.43%
G=23.58%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411618200.400.060.24309.233960.78
HexC274B6028618135273d
Octal3021642660506304654775
Binary11000010111010010110110010100011011000100110101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C274B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C274B6; }

 p { color: rgb(194,116,182); }

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

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

 a { background-color: rgb(194,116,182); }

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

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

 span { border-color: rgb(194,116,182); }

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