#C966BE

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

Shades of Fuchsia #C966BE

Tints of Fuchsia #C966BE

Color information

#C966BE (or 0xC966BE) is unknown color: approx Fuchsia. HEX triplet: C9, 66 and BE. RGB value is (201,102,190). Sum of RGB (Red+Green+Blue) = 201+102+190=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C966BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C966BE is #369941. Grayscale: #8D8D8D. Windows color (decimal): -3578178 or 12478153. OLE color: 12478153.

HSL color Cylindrical-coordinate representation of color #C966BE: hue angle of 306.67º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C966BE is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB201102190-
CMYK00.490.050.21
HSL306.67º47.83%59.41%-
HSV(B)306.67º49.25%78.82%-
XYZ38.1325.6451.65-
YUV141.63155.3170.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.77%
GREEN value IS 102 (40.23% from 255) = 20.69%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=40.77%
G=20.69%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110219000.490.050.21306.6747.8359.41
HexC966BE031515133303b
Octal3111462760615254636073
Binary11001001110011010111110011000110110101100110011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C966BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C966BE; }

 p { color: rgb(201,102,190); }

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

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

 a { background-color: rgb(201,102,190); }

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

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

 span { border-color: rgb(201,102,190); }

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