#C967BF

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

Shades of Fuchsia #C967BF

Tints of Fuchsia #C967BF

Color information

#C967BF (or 0xC967BF) is unknown color: approx Fuchsia. HEX triplet: C9, 67 and BF. RGB value is (201,103,191). Sum of RGB (Red+Green+Blue) = 201+103+191=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 103 (40.62% from 255 or 20.81% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C967BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967BF is #369840. Grayscale: #8E8E8E. Windows color (decimal): -3577921 or 12543945. OLE color: 12543945.

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

Color convert

RGB201103191-
CMYK00.490.050.21
HSL306.12º47.57%59.61%-
HSV(B)306.12º48.76%78.82%-
XYZ38.3425.8852.26-
YUV142.33155.47169.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.61%
GREEN value IS 103 (40.62% from 255) = 20.81%
BLUE value IS 191 (75% from 255) = 38.59%
R=40.61%
G=20.81%
B=38.59%

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
Decimal20110319100.490.050.21306.1247.5759.61
HexC967BF031515132303c
Octal3111472770615254626074
Binary11001001110011110111111011000110110101100110010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C967BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C967BF; }

 p { color: rgb(201,103,191); }

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

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

 a { background-color: rgb(201,103,191); }

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

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

 span { border-color: rgb(201,103,191); }

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