#C972B7

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

Shades of Fuchsia #C972B7

Tints of Fuchsia #C972B7

Color information

#C972B7 (or 0xC972B7) is unknown color: approx Fuchsia. HEX triplet: C9, 72 and B7. RGB value is (201,114,183). Sum of RGB (Red+Green+Blue) = 201+114+183=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C972B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972B7 is #368D48. Grayscale: #939393. Windows color (decimal): -3575113 or 12022473. OLE color: 12022473.

HSL color Cylindrical-coordinate representation of color #C972B7: hue angle of 312.41º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C972B7 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB201114183-
CMYK00.430.090.21
HSL312.41º44.62%61.76%-
HSV(B)312.41º43.28%78.82%-
XYZ38.6527.8748.14-
YUV147.88147.82165.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.36%
GREEN value IS 114 (44.92% from 255) = 22.89%
BLUE value IS 183 (71.88% from 255) = 36.75%
R=40.36%
G=22.89%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111418300.430.090.21312.4144.6261.76
HexC972B702B9151382d3e
Octal31116226705311254705576
Binary110010011110010101101110101011100110101100111000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C972B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C972B7; }

 p { color: rgb(201,114,183); }

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

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

 a { background-color: rgb(201,114,183); }

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

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

 span { border-color: rgb(201,114,183); }

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