#C965BE

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

Shades of Fuchsia #C965BE

Tints of Fuchsia #C965BE

Color information

#C965BE (or 0xC965BE) is unknown color: approx Fuchsia. HEX triplet: C9, 65 and BE. RGB value is (201,101,190). Sum of RGB (Red+Green+Blue) = 201+101+190=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C965BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C965BE is #369A41. Grayscale: #8C8C8C. Windows color (decimal): -3578434 or 12477897. OLE color: 12477897.

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

Color convert

RGB201101190-
CMYK00.500.050.21
HSL306.6º48.08%59.22%-
HSV(B)306.6º49.75%78.82%-
XYZ38.0425.4451.62-
YUV141.05155.63170.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.85%
GREEN value IS 101 (39.84% from 255) = 20.53%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=40.85%
G=20.53%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110119000.500.050.21306.648.0859.22
HexC965BE032515133303b
Octal3111452760625254636073
Binary11001001110010110111110011001010110101100110011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C965BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C965BE; }

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

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

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

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

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

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

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

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