#c272b8

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

Shades of Fuchsia #C272B8

Tints of Fuchsia #C272B8

Color information

#C272B8 (or 0xC272B8) is unknown color: approx Fuchsia. HEX triplet: C2, 72 and B8. RGB value is (194,114,184). Sum of RGB (Red+Green+Blue) = 194+114+184=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 184 (72.27% from 255 or 37.40% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C272B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C272B8 is #3D8D47. Grayscale: #919191. Windows color (decimal): -4033864 or 12088002. OLE color: 12088002.

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

Color convert

RGB194114184-
CMYK00.410.050.24
HSL307.5º39.6%60.39%-
HSV(B)307.5º41.24%76.08%-
XYZ36.9226.9648.61-
YUV145.9149.5162.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.43%
GREEN value IS 114 (44.92% from 255) = 23.17%
BLUE value IS 184 (72.27% from 255) = 37.40%
R=39.43%
G=23.17%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411418400.410.050.24307.539.660.39
HexC272B8029518134283c
Octal3021622700515304645074
Binary11000010111001010111000010100110111000100110100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c272b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c272b8; }

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

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

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

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

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

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

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

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