#C369C6

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

Shades of Fuchsia #C369C6

Tints of Fuchsia #C369C6

Color information

#C369C6 (or 0xC369C6) is unknown color: approx Fuchsia. HEX triplet: C3, 69 and C6. RGB value is (195,105,198). Sum of RGB (Red+Green+Blue) = 195+105+198=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 198 (77.73% from 255 or 39.76% from 498); Max value from RGB is 198 - color contains mainly: blue. Hex color #C369C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369C6 is #3C9639. Grayscale: #8E8E8E. Windows color (decimal): -3970618 or 13003203. OLE color: 13003203.

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

Color convert

RGB195105198-
CMYK0.020.4700.22
HSL298.06º44.93%59.41%-
HSV(B)298.06º46.97%77.65%-
XYZ37.7525.7856.41-
YUV142.51159.32165.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.16%
GREEN value IS 105 (41.41% from 255) = 21.08%
BLUE value IS 198 (77.73% from 255) = 39.76%
R=39.16%
G=21.08%
B=39.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1951051980.020.4700.22298.0644.9359.41
HexC369C622F01612a2d3b
Octal3031513062570264525573
Binary1100001111010011100011010101111010110100101010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C369C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C369C6; }

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

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

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

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

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

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

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

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