#C273BB

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

Shades of Fuchsia #C273BB

Tints of Fuchsia #C273BB

Color information

#C273BB (or 0xC273BB) is unknown color: approx Fuchsia. HEX triplet: C2, 73 and BB. RGB value is (194,115,187). Sum of RGB (Red+Green+Blue) = 194+115+187=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C273BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273BB is #3D8C44. Grayscale: #929292. Windows color (decimal): -4033605 or 12284866. OLE color: 12284866.

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

Color convert

RGB194115187-
CMYK00.410.040.24
HSL305.32º39.3%60.59%-
HSV(B)305.32º40.72%76.08%-
XYZ37.3527.3250.32-
YUV146.83150.67161.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.11%
GREEN value IS 115 (45.31% from 255) = 23.19%
BLUE value IS 187 (73.44% from 255) = 37.70%
R=39.11%
G=23.19%
B=37.70%

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
Decimal19411518700.410.040.24305.3239.360.59
HexC273BB029418131273d
Octal3021632730514304614775
Binary11000010111001110111011010100110011000100110001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C273BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C273BB; }

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

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

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

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

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

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

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

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