#C972B5

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

Shades of Fuchsia #C972B5

Tints of Fuchsia #C972B5

Color information

#C972B5 (or 0xC972B5) is unknown color: approx Fuchsia. HEX triplet: C9, 72 and B5. RGB value is (201,114,181). Sum of RGB (Red+Green+Blue) = 201+114+181=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C972B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972B5 is #368D4A. Grayscale: #939393. Windows color (decimal): -3575115 or 11891401. OLE color: 11891401.

HSL color Cylindrical-coordinate representation of color #C972B5: hue angle of 313.79º 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 #C972B5 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB201114181-
CMYK00.430.100.21
HSL313.79º44.62%61.76%-
HSV(B)313.79º43.28%78.82%-
XYZ38.4527.7947.05-
YUV147.65146.82166.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.52%
GREEN value IS 114 (44.92% from 255) = 22.98%
BLUE value IS 181 (71.09% from 255) = 36.49%
R=40.52%
G=22.98%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111418100.430.100.21313.7944.6261.76
HexC972B502BA1513a2d3e
Octal31116226505312254725576
Binary110010011110010101101010101011101010101100111010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C972B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C972B5; }

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

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

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

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

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

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

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

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