#C967BC

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

Shades of Fuchsia #C967BC

Tints of Fuchsia #C967BC

Color information

#C967BC (or 0xC967BC) is unknown color: approx Fuchsia. HEX triplet: C9, 67 and BC. RGB value is (201,103,188). Sum of RGB (Red+Green+Blue) = 201+103+188=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C967BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967BC is #369843. Grayscale: #8D8D8D. Windows color (decimal): -3577924 or 12347337. OLE color: 12347337.

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

Color convert

RGB201103188-
CMYK00.490.060.21
HSL307.96º47.57%59.61%-
HSV(B)307.96º48.76%78.82%-
XYZ38.0125.7550.54-
YUV141.99153.97170.09-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.85%
GREEN value IS 103 (40.62% from 255) = 20.93%
BLUE value IS 188 (73.83% from 255) = 38.21%
R=40.85%
G=20.93%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110318800.490.060.21307.9647.5759.61
HexC967BC031615134303c
Octal3111472740616254646074
Binary11001001110011110111100011000111010101100110100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C967BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C967BC; }

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

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

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

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

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

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

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

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