#C259CC

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

Shades of Fuchsia #C259CC

Tints of Fuchsia #C259CC

Color information

#C259CC (or 0xC259CC) is unknown color: approx Fuchsia. HEX triplet: C2, 59 and CC. RGB value is (194,89,204). Sum of RGB (Red+Green+Blue) = 194+89+204=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #C259CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C259CC is #3DA633. Grayscale: #858585. Windows color (decimal): -4040244 or 13392322. OLE color: 13392322.

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

Color convert

RGB19489204-
CMYK0.050.5600.2
HSL294.78º53%57.45%-
HSV(B)294.78º56.37%80%-
XYZ36.7222.9759.63-
YUV133.5167.79171.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.84%
GREEN value IS 89 (35.16% from 255) = 18.28%
BLUE value IS 204 (80.08% from 255) = 41.89%
R=39.84%
G=18.28%
B=41.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal194892040.050.5600.2294.785357.45
HexC259CC5380141273539
Octal3021313145700244476571
Binary11000010101100111001100101111000010100100100111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C259CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C259CC; }

 p { color: rgb(194,89,204); }

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

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

 a { background-color: rgb(194,89,204); }

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

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

 span { border-color: rgb(194,89,204); }

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