#C275BF

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

Shades of Fuchsia #C275BF

Tints of Fuchsia #C275BF

Color information

#C275BF (or 0xC275BF) is unknown color: approx Fuchsia. HEX triplet: C2, 75 and BF. RGB value is (194,117,191). Sum of RGB (Red+Green+Blue) = 194+117+191=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C275BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C275BF is #3D8A40. Grayscale: #949494. Windows color (decimal): -4033089 or 12547522. OLE color: 12547522.

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

Color convert

RGB194117191-
CMYK00.400.020.24
HSL302.34º38.69%60.98%-
HSV(B)302.34º39.69%76.08%-
XYZ38.0127.9552.68-
YUV148.46152.01160.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.65%
GREEN value IS 117 (46.09% from 255) = 23.31%
BLUE value IS 191 (75% from 255) = 38.05%
R=38.65%
G=23.31%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411719100.400.020.24302.3438.6960.98
HexC275BF02821812e273d
Octal3021652770502304564775
Binary1100001011101011011111101010001011000100101110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C275BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C275BF; }

 p { color: rgb(194,117,191); }

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

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

 a { background-color: rgb(194,117,191); }

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

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

 span { border-color: rgb(194,117,191); }

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