#C641CF

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

Shades of Fuchsia #C641CF

Tints of Fuchsia #C641CF

Color information

#C641CF (or 0xC641CF) is unknown color: approx Fuchsia. HEX triplet: C6, 41 and CF. RGB value is (198,65,207). Sum of RGB (Red+Green+Blue) = 198+65+207=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #C641CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C641CF is #39BE30. Grayscale: #787878. Windows color (decimal): -3784241 or 13582790. OLE color: 13582790.

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

Color convert

RGB19865207-
CMYK0.040.6900.19
HSL296.2º59.66%53.33%-
HSV(B)296.2º68.6%81.18%-
XYZ36.4420.2961.03-
YUV120.96176.56182.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.13%
GREEN value IS 65 (25.78% from 255) = 13.83%
BLUE value IS 207 (81.25% from 255) = 44.04%
R=42.13%
G=13.83%
B=44.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal198652070.040.6900.19296.259.6653.33
HexC641CF4450131283c35
Octal30610131741050234507465
Binary110001101000001110011111001000101010011100101000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C641CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C641CF; }

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

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

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

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

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

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

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

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