#C665C1

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

Shades of Fuchsia #C665C1

Tints of Fuchsia #C665C1

Color information

#C665C1 (or 0xC665C1) is unknown color: approx Fuchsia. HEX triplet: C6, 65 and C1. RGB value is (198,101,193). Sum of RGB (Red+Green+Blue) = 198+101+193=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C665C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C665C1 is #399A3E. Grayscale: #8C8C8C. Windows color (decimal): -3775039 or 12674502. OLE color: 12674502.

HSL color Cylindrical-coordinate representation of color #C665C1: hue angle of 303.09º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C665C1 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB198101193-
CMYK00.490.030.22
HSL303.09º45.97%58.63%-
HSV(B)303.09º48.99%77.65%-
XYZ37.5725.1653.33-
YUV140.49157.64169.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.24%
GREEN value IS 101 (39.84% from 255) = 20.53%
BLUE value IS 193 (75.78% from 255) = 39.23%
R=40.24%
G=20.53%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810119300.490.030.22303.0945.9758.63
HexC665C103131612f2e3b
Octal3061453010613264575673
Binary1100011011001011100000101100011110110100101111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C665C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C665C1; }

 p { color: rgb(198,101,193); }

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

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

 a { background-color: rgb(198,101,193); }

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

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

 span { border-color: rgb(198,101,193); }

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