#C369B2

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

Shades of Fuchsia #C369B2

Tints of Fuchsia #C369B2

Color information

#C369B2 (or 0xC369B2) is unknown color: approx Fuchsia. HEX triplet: C3, 69 and B2. RGB value is (195,105,178). Sum of RGB (Red+Green+Blue) = 195+105+178=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C369B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C369B2 is #3C964D. Grayscale: #8C8C8C. Windows color (decimal): -3970638 or 11692483. OLE color: 11692483.

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

Color convert

RGB195105178-
CMYK00.460.090.24
HSL311.33º42.86%58.82%-
HSV(B)311.33º46.15%76.47%-
XYZ35.5924.9245.05-
YUV140.23149.32167.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.79%
GREEN value IS 105 (41.41% from 255) = 21.97%
BLUE value IS 178 (69.92% from 255) = 37.24%
R=40.79%
G=21.97%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510517800.460.090.24311.3342.8658.82
HexC369B202E9181372b3b
Octal30315126205611304675373
Binary110000111101001101100100101110100111000100110111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C369B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C369B2; }

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

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

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

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

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

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

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

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