#C273B2

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

Shades of Fuchsia #C273B2

Tints of Fuchsia #C273B2

Color information

#C273B2 (or 0xC273B2) is unknown color: approx Fuchsia. HEX triplet: C2, 73 and B2. RGB value is (194,115,178). Sum of RGB (Red+Green+Blue) = 194+115+178=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 115 (45.31% from 255 or 23.61% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C273B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C273B2 is #3D8C4D. Grayscale: #919191. Windows color (decimal): -4033614 or 11695042. OLE color: 11695042.

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

Color convert

RGB194115178-
CMYK00.410.080.24
HSL312.15º39.3%60.59%-
HSV(B)312.15º40.72%76.08%-
XYZ36.4126.9545.4-
YUV145.8146.17162.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.84%
GREEN value IS 115 (45.31% from 255) = 23.61%
BLUE value IS 178 (69.92% from 255) = 36.55%
R=39.84%
G=23.61%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411517800.410.080.24312.1539.360.59
HexC273B2029818138273d
Octal30216326205110304704775
Binary110000101110011101100100101001100011000100111000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C273B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C273B2; }

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

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

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

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

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

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

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

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