#C85CC7

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

Shades of Fuchsia #C85CC7

Tints of Fuchsia #C85CC7

Color information

#C85CC7 (or 0xC85CC7) is unknown color: approx Fuchsia. HEX triplet: C8, 5C and C7. RGB value is (200,92,199). Sum of RGB (Red+Green+Blue) = 200+92+199=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C85CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85CC7 is #37A338. Grayscale: #888888. Windows color (decimal): -3646265 or 13065416. OLE color: 13065416.

HSL color Cylindrical-coordinate representation of color #C85CC7: hue angle of 300.56º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85CC7 is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.22.

Color convert

RGB20092199-
CMYK00.540.000.22
HSL300.56º49.54%57.25%-
HSV(B)300.56º54%78.43%-
XYZ37.9624.0656.68-
YUV136.49163.28173.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.73%
GREEN value IS 92 (36.33% from 255) = 18.74%
BLUE value IS 199 (78.12% from 255) = 40.53%
R=40.73%
G=18.74%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.00
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009219900.540.000.22300.5649.5457.25
HexC85CC703601612d3239
Octal3101343070660264556271
Binary110010001011100110001110110110010110100101101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85CC7; }

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

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

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

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

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

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

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

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