#C273B9

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

Shades of Fuchsia #C273B9

Tints of Fuchsia #C273B9

Color information

#C273B9 (or 0xC273B9) is unknown color: approx Fuchsia. HEX triplet: C2, 73 and B9. RGB value is (194,115,185). Sum of RGB (Red+Green+Blue) = 194+115+185=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C273B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273B9 is #3D8C46. Grayscale: #929292. Windows color (decimal): -4033607 or 12153794. OLE color: 12153794.

HSL color Cylindrical-coordinate representation of color #C273B9: hue angle of 306.84º 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 #C273B9 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB194115185-
CMYK00.410.050.24
HSL306.84º39.3%60.59%-
HSV(B)306.84º40.72%76.08%-
XYZ37.1427.2349.2-
YUV146.6149.67161.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.27%
GREEN value IS 115 (45.31% from 255) = 23.28%
BLUE value IS 185 (72.66% from 255) = 37.45%
R=39.27%
G=23.28%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411518500.410.050.24306.8439.360.59
HexC273B9029518133273d
Octal3021632710515304634775
Binary11000010111001110111001010100110111000100110011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C273B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C273B9; }

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

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

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

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

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

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

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

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