#C272C1

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

Shades of Fuchsia #C272C1

Tints of Fuchsia #C272C1

Color information

#C272C1 (or 0xC272C1) is unknown color: approx Fuchsia. HEX triplet: C2, 72 and C1. RGB value is (194,114,193). Sum of RGB (Red+Green+Blue) = 194+114+193=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C272C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C272C1 is #3D8D3E. Grayscale: #929292. Windows color (decimal): -4033855 or 12677826. OLE color: 12677826.

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

Color convert

RGB194114193-
CMYK00.410.010.24
HSL300.75º39.6%60.39%-
HSV(B)300.75º41.24%76.08%-
XYZ37.8927.3553.73-
YUV146.93154161.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.72%
GREEN value IS 114 (44.92% from 255) = 22.75%
BLUE value IS 193 (75.78% from 255) = 38.52%
R=38.72%
G=22.75%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411419300.410.010.24300.7539.660.39
HexC272C102911812d283c
Octal3021623010511304555074
Binary110000101110010110000010101001111000100101101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C272C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C272C1; }

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

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

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

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

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

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

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

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