#C367BA

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

Shades of Fuchsia #C367BA

Tints of Fuchsia #C367BA

Color information

#C367BA (or 0xC367BA) is unknown color: approx Fuchsia. HEX triplet: C3, 67 and BA. RGB value is (195,103,186). Sum of RGB (Red+Green+Blue) = 195+103+186=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 195 - color contains mainly: red. Hex color #C367BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C367BA is #3C9845. Grayscale: #8B8B8B. Windows color (decimal): -3971142 or 12216259. OLE color: 12216259.

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

Color convert

RGB195103186-
CMYK00.470.050.24
HSL305.87º43.4%58.43%-
HSV(B)305.87º47.18%76.47%-
XYZ36.2224.8549.34-
YUV139.97153.98167.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.29%
GREEN value IS 103 (40.62% from 255) = 21.28%
BLUE value IS 186 (73.05% from 255) = 38.43%
R=40.29%
G=21.28%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510318600.470.050.24305.8743.458.43
HexC367BA02F5181322b3a
Octal3031472720575304625372
Binary11000011110011110111010010111110111000100110010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C367BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C367BA; }

 p { color: rgb(195,103,186); }

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

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

 a { background-color: rgb(195,103,186); }

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

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

 span { border-color: rgb(195,103,186); }

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