#c869c1

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

Shades of Fuchsia #C869C1

Tints of Fuchsia #C869C1

Color information

#C869C1 (or 0xC869C1) is unknown color: approx Fuchsia. HEX triplet: C8, 69 and C1. RGB value is (200,105,193). Sum of RGB (Red+Green+Blue) = 200+105+193=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C869C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869C1 is #37963E. Grayscale: #8F8F8F. Windows color (decimal): -3642943 or 12675528. OLE color: 12675528.

HSL color Cylindrical-coordinate representation of color #C869C1: hue angle of 304.42º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C869C1 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB200105193-
CMYK00.480.040.22
HSL304.42º46.34%59.8%-
HSV(B)304.42º47.5%78.43%-
XYZ38.526.2353.49-
YUV143.44155.97168.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.16%
GREEN value IS 105 (41.41% from 255) = 21.08%
BLUE value IS 193 (75.78% from 255) = 38.76%
R=40.16%
G=21.08%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010519300.480.040.22304.4246.3459.8
HexC869C10304161302e3c
Octal3101513010604264605674
Binary11001000110100111000001011000010010110100110000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c869c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c869c1; }

 p { color: rgb(200,105,193); }

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

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

 a { background-color: rgb(200,105,193); }

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

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

 span { border-color: rgb(200,105,193); }

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