#C273BA

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

Shades of Fuchsia #C273BA

Tints of Fuchsia #C273BA

Color information

#C273BA (or 0xC273BA) is unknown color: approx Fuchsia. HEX triplet: C2, 73 and BA. RGB value is (194,115,186). Sum of RGB (Red+Green+Blue) = 194+115+186=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C273BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273BA is #3D8C45. Grayscale: #929292. Windows color (decimal): -4033606 or 12219330. OLE color: 12219330.

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

Color convert

RGB194115186-
CMYK00.410.040.24
HSL306.08º39.3%60.59%-
HSV(B)306.08º40.72%76.08%-
XYZ37.2427.2849.76-
YUV146.72150.17161.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.19%
GREEN value IS 115 (45.31% from 255) = 23.23%
BLUE value IS 186 (73.05% from 255) = 37.58%
R=39.19%
G=23.23%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411518600.410.040.24306.0839.360.59
HexC273BA029418132273d
Octal3021632720514304624775
Binary11000010111001110111010010100110011000100110010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C273BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C273BA; }

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

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

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

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

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

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

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

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