#C841CB

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

Shades of Fuchsia #C841CB

Tints of Fuchsia #C841CB

Color information

#C841CB (or 0xC841CB) is unknown color: approx Fuchsia. HEX triplet: C8, 41 and CB. RGB value is (200,65,203). Sum of RGB (Red+Green+Blue) = 200+65+203=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #C841CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C841CB is #37BE34. Grayscale: #787878. Windows color (decimal): -3653173 or 13320648. OLE color: 13320648.

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

Color convert

RGB20065203-
CMYK0.010.6800.20
HSL298.7º57.02%52.55%-
HSV(B)298.7º67.98%79.61%-
XYZ36.4920.3758.51-
YUV121.1174.23184.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.74%
GREEN value IS 65 (25.78% from 255) = 13.89%
BLUE value IS 203 (79.69% from 255) = 43.38%
R=42.74%
G=13.89%
B=43.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal200652030.010.6800.20298.757.0252.55
HexC841CB14401412b3935
Octal31010131311040244537165
Binary1100100010000011100101111000100010100100101011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C841CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C841CB; }

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

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

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

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

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

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

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

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