#C369C1

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

Shades of Fuchsia #C369C1

Tints of Fuchsia #C369C1

Color information

#C369C1 (or 0xC369C1) is unknown color: approx Fuchsia. HEX triplet: C3, 69 and C1. RGB value is (195,105,193). Sum of RGB (Red+Green+Blue) = 195+105+193=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 193 (75.78% from 255 or 39.15% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C369C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369C1 is #3C963E. Grayscale: #8D8D8D. Windows color (decimal): -3970623 or 12675523. OLE color: 12675523.

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

Color convert

RGB195105193-
CMYK00.460.010.24
HSL301.33º42.86%58.82%-
HSV(B)301.33º46.15%76.47%-
XYZ37.1825.5653.43-
YUV141.94156.82165.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.55%
GREEN value IS 105 (41.41% from 255) = 21.30%
BLUE value IS 193 (75.78% from 255) = 39.15%
R=39.55%
G=21.30%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510519300.460.010.24301.3342.8658.82
HexC369C102E11812d2b3b
Octal3031513010561304555373
Binary110000111101001110000010101110111000100101101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C369C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C369C1; }

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

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

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

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

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

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

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

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