#C274BB

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

Shades of Fuchsia #C274BB

Tints of Fuchsia #C274BB

Color information

#C274BB (or 0xC274BB) is unknown color: approx Fuchsia. HEX triplet: C2, 74 and BB. RGB value is (194,116,187). Sum of RGB (Red+Green+Blue) = 194+116+187=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C274BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C274BB is #3D8B44. Grayscale: #939393. Windows color (decimal): -4033349 or 12285122. OLE color: 12285122.

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

Color convert

RGB194116187-
CMYK00.400.040.24
HSL305.38º39%60.78%-
HSV(B)305.38º40.21%76.08%-
XYZ37.4627.5550.36-
YUV147.42150.34161.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.03%
GREEN value IS 116 (45.70% from 255) = 23.34%
BLUE value IS 187 (73.44% from 255) = 37.63%
R=39.03%
G=23.34%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411618700.400.040.24305.383960.78
HexC274BB028418131273d
Octal3021642730504304614775
Binary11000010111010010111011010100010011000100110001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C274BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C274BB; }

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

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

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

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

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

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

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

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