#C36CBF

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

Shades of Fuchsia #C36CBF

Tints of Fuchsia #C36CBF

Color information

#C36CBF (or 0xC36CBF) is unknown color: approx Fuchsia. HEX triplet: C3, 6C and BF. RGB value is (195,108,191). Sum of RGB (Red+Green+Blue) = 195+108+191=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C36CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36CBF is #3C9340. Grayscale: #8F8F8F. Windows color (decimal): -3969857 or 12545219. OLE color: 12545219.

HSL color Cylindrical-coordinate representation of color #C36CBF: hue angle of 302.76º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C36CBF is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB195108191-
CMYK00.450.020.24
HSL302.76º42.03%59.41%-
HSV(B)302.76º44.62%76.47%-
XYZ37.2726.0952.36-
YUV143.48154.82164.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.47%
GREEN value IS 108 (42.58% from 255) = 21.86%
BLUE value IS 191 (75% from 255) = 38.66%
R=39.47%
G=21.86%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510819100.450.020.24302.7642.0359.41
HexC36CBF02D21812f2a3b
Octal3031542770552304575273
Binary1100001111011001011111101011011011000100101111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36CBF; }

 p { color: rgb(195,108,191); }

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

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

 a { background-color: rgb(195,108,191); }

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

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

 span { border-color: rgb(195,108,191); }

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