#C272BB

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

Shades of Fuchsia #C272BB

Tints of Fuchsia #C272BB

Color information

#C272BB (or 0xC272BB) is unknown color: approx Fuchsia. HEX triplet: C2, 72 and BB. RGB value is (194,114,187). Sum of RGB (Red+Green+Blue) = 194+114+187=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C272BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C272BB is #3D8D44. Grayscale: #929292. Windows color (decimal): -4033861 or 12284610. OLE color: 12284610.

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

Color convert

RGB194114187-
CMYK00.410.040.24
HSL305.25º39.6%60.39%-
HSV(B)305.25º41.24%76.08%-
XYZ37.2427.0950.28-
YUV146.24151162.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.19%
GREEN value IS 114 (44.92% from 255) = 23.03%
BLUE value IS 187 (73.44% from 255) = 37.78%
R=39.19%
G=23.03%
B=37.78%

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
Decimal19411418700.410.040.24305.2539.660.39
HexC272BB029418131283c
Octal3021622730514304615074
Binary11000010111001010111011010100110011000100110001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C272BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C272BB; }

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

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

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

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

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

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

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

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