#C273B6

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

Shades of Fuchsia #C273B6

Tints of Fuchsia #C273B6

Color information

#C273B6 (or 0xC273B6) is unknown color: approx Fuchsia. HEX triplet: C2, 73 and B6. RGB value is (194,115,182). Sum of RGB (Red+Green+Blue) = 194+115+182=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C273B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273B6 is #3D8C49. Grayscale: #929292. Windows color (decimal): -4033610 or 11957186. OLE color: 11957186.

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

Color convert

RGB194115182-
CMYK00.410.060.24
HSL309.11º39.3%60.59%-
HSV(B)309.11º40.72%76.08%-
XYZ36.8227.1147.55-
YUV146.26148.17162.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.51%
GREEN value IS 115 (45.31% from 255) = 23.42%
BLUE value IS 182 (71.48% from 255) = 37.07%
R=39.51%
G=23.42%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411518200.410.060.24309.1139.360.59
HexC273B6029618135273d
Octal3021632660516304654775
Binary11000010111001110110110010100111011000100110101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C273B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C273B6; }

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

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

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

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

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

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

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

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