#C970B1

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

Shades of Fuchsia #C970B1

Tints of Fuchsia #C970B1

Color information

#C970B1 (or 0xC970B1) is unknown color: approx Fuchsia. HEX triplet: C9, 70 and B1. RGB value is (201,112,177). Sum of RGB (Red+Green+Blue) = 201+112+177=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C970B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C970B1 is #368F4E. Grayscale: #919191. Windows color (decimal): -3575631 or 11628745. OLE color: 11628745.

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

Color convert

RGB201112177-
CMYK00.440.120.21
HSL316.18º45.18%61.37%-
HSV(B)316.18º44.28%78.82%-
XYZ37.8227.1844.85-
YUV146.02145.49167.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.02%
GREEN value IS 112 (44.14% from 255) = 22.86%
BLUE value IS 177 (69.53% from 255) = 36.12%
R=41.02%
G=22.86%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111217700.440.120.21316.1845.1861.37
HexC970B102CC1513c2d3d
Octal31116026105414254745575
Binary110010011110000101100010101100110010101100111100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C970B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C970B1; }

 p { color: rgb(201,112,177); }

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

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

 a { background-color: rgb(201,112,177); }

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

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

 span { border-color: rgb(201,112,177); }

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