#C645C0

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

Shades of Fuchsia #C645C0

Tints of Fuchsia #C645C0

Color information

#C645C0 (or 0xC645C0) is unknown color: approx Fuchsia. HEX triplet: C6, 45 and C0. RGB value is (198,69,192). Sum of RGB (Red+Green+Blue) = 198+69+192=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 69 (27.34% from 255 or 15.03% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C645C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C645C0 is #39BA3F. Grayscale: #797979. Windows color (decimal): -3783232 or 12600774. OLE color: 12600774.

HSL color Cylindrical-coordinate representation of color #C645C0: hue angle of 302.79º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C645C0 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB19869192-
CMYK00.650.030.22
HSL302.79º53.09%52.35%-
HSV(B)302.79º65.15%77.65%-
XYZ34.9320.0751.9-
YUV121.59167.74182.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.14%
GREEN value IS 69 (27.34% from 255) = 15.03%
BLUE value IS 192 (75.39% from 255) = 41.83%
R=43.14%
G=15.03%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986919200.650.030.22302.7953.0952.35
HexC645C004131612f3534
Octal30610530001013264576564
Binary11000110100010111000000010000011110110100101111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C645C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C645C0; }

 p { color: rgb(198,69,192); }

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

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

 a { background-color: rgb(198,69,192); }

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

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

 span { border-color: rgb(198,69,192); }

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