#C972B4

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

Shades of Fuchsia #C972B4

Tints of Fuchsia #C972B4

Color information

#C972B4 (or 0xC972B4) is unknown color: approx Fuchsia. HEX triplet: C9, 72 and B4. RGB value is (201,114,180). Sum of RGB (Red+Green+Blue) = 201+114+180=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C972B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972B4 is #368D4B. Grayscale: #939393. Windows color (decimal): -3575116 or 11825865. OLE color: 11825865.

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

Color convert

RGB201114180-
CMYK00.430.100.21
HSL314.48º44.62%61.76%-
HSV(B)314.48º43.28%78.82%-
XYZ38.3427.7546.51-
YUV147.54146.32166.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.61%
GREEN value IS 114 (44.92% from 255) = 23.03%
BLUE value IS 180 (70.70% from 255) = 36.36%
R=40.61%
G=23.03%
B=36.36%

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
Decimal20111418000.430.100.21314.4844.6261.76
HexC972B402BA1513a2d3e
Octal31116226405312254725576
Binary110010011110010101101000101011101010101100111010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C972B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C972B4; }

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

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

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

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

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

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

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

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