#C641CB

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

Shades of Fuchsia #C641CB

Tints of Fuchsia #C641CB

Color information

#C641CB (or 0xC641CB) is unknown color: approx Fuchsia. HEX triplet: C6, 41 and CB. RGB value is (198,65,203). Sum of RGB (Red+Green+Blue) = 198+65+203=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #C641CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C641CB is #39BE34. Grayscale: #787878. Windows color (decimal): -3784245 or 13320646. OLE color: 13320646.

HSL color Cylindrical-coordinate representation of color #C641CB: hue angle of 297.83º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C641CB is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19865203-
CMYK0.020.6800.20
HSL297.83º57.02%52.55%-
HSV(B)297.83º67.98%79.61%-
XYZ35.9620.158.48-
YUV120.5174.56183.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.49%
GREEN value IS 65 (25.78% from 255) = 13.95%
BLUE value IS 203 (79.69% from 255) = 43.56%
R=42.49%
G=13.95%
B=43.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal198652030.020.6800.20297.8357.0252.55
HexC641CB24401412a3935
Octal30610131321040244527165
Binary11000110100000111001011101000100010100100101010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C641CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C641CB; }

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

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

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

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

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

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

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

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