#c670c1

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

Shades of Fuchsia #C670C1

Tints of Fuchsia #C670C1

Color information

#C670C1 (or 0xC670C1) is unknown color: approx Fuchsia. HEX triplet: C6, 70 and C1. RGB value is (198,112,193). Sum of RGB (Red+Green+Blue) = 198+112+193=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 198 - color contains mainly: red. Hex color #C670C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C670C1 is #398F3E. Grayscale: #929292. Windows color (decimal): -3772223 or 12677318. OLE color: 12677318.

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

Color convert

RGB198112193-
CMYK00.430.030.22
HSL303.49º43%60.78%-
HSV(B)303.49º43.43%77.65%-
XYZ38.7127.4453.71-
YUV146.95153.99164.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.36%
GREEN value IS 112 (44.14% from 255) = 22.27%
BLUE value IS 193 (75.78% from 255) = 38.37%
R=39.36%
G=22.27%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811219300.430.030.22303.494360.78
HexC670C102B31612f2b3d
Octal3061603010533264575375
Binary1100011011100001100000101010111110110100101111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c670c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c670c1; }

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

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

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

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

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

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

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

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