#C241CB

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

Shades of Fuchsia #C241CB

Tints of Fuchsia #C241CB

Color information

#C241CB (or 0xC241CB) is unknown color: approx Fuchsia. HEX triplet: C2, 41 and CB. RGB value is (194,65,203). Sum of RGB (Red+Green+Blue) = 194+65+203=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 65 (25.78% from 255 or 14.07% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #C241CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C241CB is #3DBE34. Grayscale: #767676. Windows color (decimal): -4046389 or 13320642. OLE color: 13320642.

HSL color Cylindrical-coordinate representation of color #C241CB: hue angle of 296.09º 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 #C241CB is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19465203-
CMYK0.040.6800.20
HSL296.09º57.02%52.55%-
HSV(B)296.09º67.98%79.61%-
XYZ34.9219.5658.44-
YUV119.3175.24181.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.99%
GREEN value IS 65 (25.78% from 255) = 14.07%
BLUE value IS 203 (79.69% from 255) = 43.94%
R=41.99%
G=14.07%
B=43.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal194652030.040.6800.20296.0957.0252.55
HexC241CB4440141283935
Octal30210131341040244507165
Binary110000101000001110010111001000100010100100101000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C241CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C241CB; }

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

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

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

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

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

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

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

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