#C369C3

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

Shades of Fuchsia #C369C3

Tints of Fuchsia #C369C3

Color information

#C369C3 (or 0xC369C3) is unknown color: approx Fuchsia. HEX triplet: C3, 69 and C3. RGB value is (195,105,195). Sum of RGB (Red+Green+Blue) = 195+105+195=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 195 (76.56% from 255 or 39.39% from 495); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C369C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369C3 is #3C963C. Grayscale: #8D8D8D. Windows color (decimal): -3970621 or 12806595. OLE color: 12806595.

HSL color Cylindrical-coordinate representation of color #C369C3: hue angle of 300º 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 #C369C3 is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB195105195-
CMYK00.4600.24
HSL300º42.86%58.82%-
HSV(B)300º46.15%76.47%-
XYZ37.4125.6554.61-
YUV142.17157.82165.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.39%
GREEN value IS 105 (41.41% from 255) = 21.21%
BLUE value IS 195 (76.56% from 255) = 39.39%
R=39.39%
G=21.21%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510519500.4600.2430042.8658.82
HexC369C302E01812c2b3b
Octal3031513030560304545373
Binary110000111101001110000110101110011000100101100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C369C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C369C3; }

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

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

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

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

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

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

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

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