#C368B2

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

Shades of Fuchsia #C368B2

Tints of Fuchsia #C368B2

Color information

#C368B2 (or 0xC368B2) is unknown color: approx Fuchsia. HEX triplet: C3, 68 and B2. RGB value is (195,104,178). Sum of RGB (Red+Green+Blue) = 195+104+178=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C368B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C368B2 is #3C974D. Grayscale: #8B8B8B. Windows color (decimal): -3970894 or 11692227. OLE color: 11692227.

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

Color convert

RGB195104178-
CMYK00.470.090.24
HSL311.21º43.13%58.63%-
HSV(B)311.21º46.67%76.47%-
XYZ35.4924.7245.02-
YUV139.64149.65167.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.88%
GREEN value IS 104 (41.02% from 255) = 21.80%
BLUE value IS 178 (69.92% from 255) = 37.32%
R=40.88%
G=21.80%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510417800.470.090.24311.2143.1358.63
HexC368B202F9181372b3b
Octal30315026205711304675373
Binary110000111101000101100100101111100111000100110111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C368B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C368B2; }

 p { color: rgb(195,104,178); }

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

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

 a { background-color: rgb(195,104,178); }

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

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

 span { border-color: rgb(195,104,178); }

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