#C641CE

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

Shades of Fuchsia #C641CE

Tints of Fuchsia #C641CE

Color information

#C641CE (or 0xC641CE) is unknown color: approx Fuchsia. HEX triplet: C6, 41 and CE. RGB value is (198,65,206). Sum of RGB (Red+Green+Blue) = 198+65+206=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #C641CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C641CE is #39BE31. Grayscale: #787878. Windows color (decimal): -3784242 or 13517254. OLE color: 13517254.

HSL color Cylindrical-coordinate representation of color #C641CE: hue angle of 296.6º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C641CE is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19865206-
CMYK0.040.6800.19
HSL296.6º59%53.14%-
HSV(B)296.6º68.45%80.78%-
XYZ36.3220.2460.39-
YUV120.84176.06183.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.22%
GREEN value IS 65 (25.78% from 255) = 13.86%
BLUE value IS 206 (80.86% from 255) = 43.92%
R=42.22%
G=13.86%
B=43.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal198652060.040.6800.19296.65953.14
HexC641CE4440131293b35
Octal30610131641040234517365
Binary110001101000001110011101001000100010011100101001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C641CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C641CE; }

 p { color: rgb(198,65,206); }

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

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

 a { background-color: rgb(198,65,206); }

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

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

 span { border-color: rgb(198,65,206); }

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