#C85CCF

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

Shades of Fuchsia #C85CCF

Tints of Fuchsia #C85CCF

Color information

#C85CCF (or 0xC85CCF) is unknown color: approx Fuchsia. HEX triplet: C8, 5C and CF. RGB value is (200,92,207). Sum of RGB (Red+Green+Blue) = 200+92+207=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 92 (36.33% from 255 or 18.44% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #C85CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85CCF is #37A330. Grayscale: #898989. Windows color (decimal): -3646257 or 13589704. OLE color: 13589704.

HSL color Cylindrical-coordinate representation of color #C85CCF: hue angle of 296.35º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85CCF is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20092207-
CMYK0.030.5600.19
HSL296.35º54.5%58.63%-
HSV(B)296.35º55.56%81.18%-
XYZ38.9124.4461.7-
YUV137.4167.28172.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.08%
GREEN value IS 92 (36.33% from 255) = 18.44%
BLUE value IS 207 (81.25% from 255) = 41.48%
R=40.08%
G=18.44%
B=41.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal200922070.030.5600.19296.3554.558.63
HexC85CCF338013128373b
Octal3101343173700234506773
Binary1100100010111001100111111111000010011100101000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85CCF; }

 p { color: rgb(200,92,207); }

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

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

 a { background-color: rgb(200,92,207); }

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

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

 span { border-color: rgb(200,92,207); }

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