#C969C0

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

Shades of Fuchsia #C969C0

Tints of Fuchsia #C969C0

Color information

#C969C0 (or 0xC969C0) is unknown color: approx Fuchsia. HEX triplet: C9, 69 and C0. RGB value is (201,105,192). Sum of RGB (Red+Green+Blue) = 201+105+192=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C969C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C969C0 is #36963F. Grayscale: #8F8F8F. Windows color (decimal): -3577408 or 12609993. OLE color: 12609993.

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

Color convert

RGB201105192-
CMYK00.480.040.21
HSL305.62º47.06%60%-
HSV(B)305.62º47.76%78.82%-
XYZ38.6526.3352.91-
YUV143.62155.3168.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.36%
GREEN value IS 105 (41.41% from 255) = 21.08%
BLUE value IS 192 (75.39% from 255) = 38.55%
R=40.36%
G=21.08%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110519200.480.040.21305.6247.0660
HexC969C00304151322f3c
Octal3111513000604254625774
Binary11001001110100111000000011000010010101100110010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C969C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C969C0; }

 p { color: rgb(201,105,192); }

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

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

 a { background-color: rgb(201,105,192); }

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

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

 span { border-color: rgb(201,105,192); }

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